Skip to content

Commit

Permalink
Explicitly connect to network
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 10, 2024
1 parent 684bffc commit ecebb26
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 @@ -29,7 +29,7 @@ jobs:
push: false
tags: textbook/starter-kit:v2
- run: |
docker run --detach --init --publish 80:4321 textbook/starter-kit:v2
docker run --detach --init --network ${{ job.container.network }} --publish 80:4321 textbook/starter-kit:v2
- run: npm run e2e
env:
PLAYWRIGHT_BASE_URL: http://localhost:4321

0 comments on commit ecebb26

Please sign in to comment.