From e497df3c1a98bd8187dc620e39f167e51b694929 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Thu, 1 Feb 2024 10:59:07 +0000 Subject: [PATCH] Try to make Docker build more stable --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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