Skip to content

Commit

Permalink
change startup
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Dec 9, 2024
1 parent 4f1cd85 commit 1ba5d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-larva-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Start Application
run: |
docker run -d --name zaakbrug -p 8080:8080 -e dtap.stage=LOC wearefrank/zaakbrug
docker compose -f ./docker-compose.zaakbrug.dev.yml -f ./docker-compose.zaakbrug.postgres.yml -f ./docker-compose.openzaak.dev.yml up -d
timeout-minutes: 2

- name: Wait for Application to be Healthy
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Check if all scenarios passed
run: |
cat results.html
if ! grep -q 'All scenarios passed' results.html; then
echo "Not all scenarios passed. Failing the job."
cat results.html
exit 1
fi

0 comments on commit 1ba5d19

Please sign in to comment.