Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 8, 2024
1 parent 6d92172 commit c104e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install WordPress and start the server
run: |
echo "::group::Start Playground server"
./node_modules/@wp-playground/cli/wp-playground.js server --blueprint=test/e2e/config/blueprint.json --port=4013 --reset &
./node_modules/@wp-playground/cli/wp-playground.js server --port=4013 --reset &
echo "::endgroup::"
shell: bash

Expand Down

0 comments on commit c104e72

Please sign in to comment.