Skip to content

Commit

Permalink
Try shell directly
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 8, 2024
1 parent 7567c63 commit 6d92172
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d92172

Please sign in to comment.