diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 789dc5e7..f6dd64f4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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