Skip to content

Commit

Permalink
Actually publish the right port...
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 10, 2024
1 parent 39afd34 commit 2691f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
--env LOG_LEVEL=debug \
--env NODE_ENV=docker \
--init \
--publish 80:4321 \
--publish 4321:80 \
textbook/starter-kit:v2)" >> $GITHUB_OUTPUT
- run: npm run e2e
env:
PLAYWRIGHT_BASE_URL: http://localhost:4321
- if: always()
- if: always() && steps.docker-run.outputs.id
run: docker logs ${{ steps.docker-run.outputs.id }}

0 comments on commit 2691f7f

Please sign in to comment.