Ok
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 1m26s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m40s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m17s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m35s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 2m0s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m38s

This commit is contained in:
2025-05-14 11:50:02 -04:00
parent f12559d2c3
commit e9a3a5885f

View File

@@ -63,12 +63,12 @@ jobs:
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
--network "${{ env.JOB_CONTAINER_NAME }}-DatabaseMigrations-network" \
-w ${{ github.workspace }} \
siteworxpro/migrate:v4.18.3 -database "postgres://postgres:postgres@${{ env.RUN_ID }}-postgres:5432/postgres?sslmode=disable" -path db/migrations down --all
siteworxpro/migrate:v4.18.3 -database "postgres://postgres:postgres@${{ gitea.run_id }}-postgres:5432/postgres?sslmode=disable" -path db/migrations down --all
- name: Tear Down Support Containers
if: always()
run: |
docker stop ${{ env.JOB_CONTAINER_NAME }}-postgres
docker stop ${{ gitea.run_id }}-postgres
LibraryAudit:
name: 🛡️ 🔒 Library Audit