Skip to content

Commit

Permalink
[ci] wait for containers on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 1, 2023
1 parent 36bb0ec commit 8111465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Run test-app entrypoints
run: docker compose -f docker-compose.test.yml run --rm --no-deps test-app
- name: Start
run: docker compose -f docker-compose.test.yml up test-app
run: docker compose -f docker-compose.test.yml up --wait --wait-timeout=30 test-app
- name: Run webpack
run: docker compose -f docker-compose.test.yml run --rm test-app webpack --mode production
- name: Run tests
Expand Down

0 comments on commit 8111465

Please sign in to comment.