Skip to content

Commit

Permalink
[ci] Wait 60s for containers to start
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Oct 2, 2023
1 parent 3d4952f commit f7b316a
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 --wait --wait-timeout=30 test-app
run: docker compose -f docker-compose.test.yml up --wait --wait-timeout=60 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 f7b316a

Please sign in to comment.