fix: add 20s delay before CI health check polling
Pull Request / unit-tests (pull_request) Successful in 2m3s
Pull Request / analyze-bump-type (pull_request) Successful in 11s
Pull Request / build-and-deploy-ci (pull_request) Failing after 14m13s

This commit is contained in:
2026-05-18 17:18:20 -07:00
parent f16ad054dd
commit f34dc23661
+2 -2
View File
@@ -83,6 +83,8 @@ jobs:
- name: Wait for CI site to be ready
run: |
echo "Waiting for Next.js to start..."
sleep 20
for i in {1..6}; do
if curl -sf https://euchre-ci.notsosm.art/api/health > /dev/null 2>&1; then
echo "CI site is healthy"
@@ -93,8 +95,6 @@ jobs:
echo "CI site failed to become healthy after 90 seconds"
docker compose -f /apps/euchre_camp_ci/docker-compose.yml logs app
exit 1
docker compose -f /apps/euchre_camp_ci/docker-compose.yml logs app
exit 1
- name: Run acceptance tests
run: DATABASE_URL="${{ secrets.CI_DATABASE_URL }}" npx playwright test e2e/