Never gonna tell a lie and hurt you
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 2m3s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m7s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m9s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 2m7s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m11s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m11s

This commit is contained in:
2025-05-14 10:22:59 -04:00
parent a01a0c590b
commit 89fd169067

View File

@@ -46,7 +46,7 @@ jobs:
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
--network "bridge" \
-w ${{ github.workspace }} \
--entrypoint "sleep 500" \
--entrypoint "/bin/sh -c 'sleep 500'" \
siteworxpro/migrate:v4.18.3
# siteworxpro/migrate:v4.18.3 -database "postgres://postgres:postgres@${{ env.JOB_CONTAINER_NAME }}-postgres:5432/postgres?sslmode=disable" -path db/migrations up