From 2691f7fdd78257844cbf6c4a6a32366b7905ad5a Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Wed, 10 Jan 2024 23:17:02 +0000 Subject: [PATCH] Actually publish the right port... --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f0f34efe..556bee00 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }}