Skip to content

Commit

Permalink
Disable HTTPS redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 10, 2024
1 parent ecebb26 commit 4cbd796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
push: false
tags: textbook/starter-kit:v2
- run: |
docker run --detach --init --network ${{ job.container.network }} --publish 80:4321 textbook/starter-kit:v2
docker run \
--detach \
--env NODE_ENV=docker \
--init \
--publish 80:4321 \
textbook/starter-kit:v2
- run: npm run e2e
env:
PLAYWRIGHT_BASE_URL: http://localhost:4321

0 comments on commit 4cbd796

Please sign in to comment.