speling is difikult
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m36s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m45s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 4m9s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 7m41s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 7m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 7m40s

This commit is contained in:
2025-05-14 11:05:53 -04:00
parent 59bcf4d2a7
commit 6353a4f19e

View File

@@ -33,12 +33,12 @@ jobs:
echo "Starting Support Containers"
docker network create "${{ env.JOB_CONTAINER_NAME }}"
docker run --rm \
-p 5432 \
--network "${{ env.JOB_CONTAINER_NAME }}" \
--name ${{ env.JOB_CONTAINER_NAME }}-postgres \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=postgres \
-p 5432 \
-d postgres:17
- name: Run Migrations