these confounded tests drive me nuts
Some checks failed
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 2m2s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m5s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m7s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m10s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m11s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 3m16s

This commit is contained in:
2025-05-14 11:37:15 -04:00
parent 403cb4c12e
commit a3e54ce989

View File

@@ -33,7 +33,7 @@ jobs:
echo "Starting Support Containers"
docker run --rm \
--network "${{ env.JOB_CONTAINER_NAME }}-DatabaseMigrations-network" \
--name ${{ env.JOB_CONTAINER_NAME }}-postgres \
--name postgres \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=postgres \
@@ -45,6 +45,7 @@ jobs:
docker run --rm \
--network "${{ env.JOB_CONTAINER_NAME }}-DatabaseMigrations-network" \
--name ${{ env.JOB_CONTAINER_NAME }}-sleep \
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
-w ${{ github.workspace }} \
alpine:3.18 sh -c "sleep 500"