Skip to content

Commit

Permalink
Try to make Docker build more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Feb 1, 2024
1 parent fce5fdb commit e497df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
--env-file ${{ steps.env-file.outputs.file }} \
--init \
--network 'host' \
--publish 4321:4321 \
textbook/starter-kit:v2)" >> $GITHUB_OUTPUT
- run: npx --yes wait-on --log --timeout 30000 http-get://localhost:4321
- run: npm run e2e
env:
PLAYWRIGHT_BASE_URL: http://localhost:4321
Expand Down

0 comments on commit e497df3

Please sign in to comment.