From 6d9217212c3e5a72bfb402b6fecda670cc37f88d Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 8 Nov 2024 11:00:05 +0000 Subject: [PATCH] Try shell directly --- .github/workflows/e2e-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3d605ae..4638e5a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -35,7 +35,10 @@ jobs: - name: Install WordPress and start the server run: | - ./node_modules/@wp-playground/cli/wp-playground.js server --blueprint=test/e2e/config/blueprint.json --port=4013 --reset + echo "::group::Start Playground server" + ./node_modules/@wp-playground/cli/wp-playground.js server --blueprint=test/e2e/config/blueprint.json --port=4013 --reset & + echo "::endgroup::" + shell: bash - name: Run the tests env: