Fix remaining issues: revert to snake_case for PHP methods, update WordPress Playground CLI command
This commit is contained in:
2
.github/workflows/playground-tests.yml
vendored
2
.github/workflows/playground-tests.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Run tests with WordPress Playground
|
||||
run: |
|
||||
# Start WordPress Playground with our blueprint
|
||||
npx @wp-playground/cli start --blueprint playground/blueprint.json --port 8888 &
|
||||
npx @wp-playground/cli server --blueprint playground/blueprint.json --port 8888 --login &
|
||||
|
||||
# Wait for WordPress Playground to be ready
|
||||
echo "Waiting for WordPress Playground to be ready..."
|
||||
|
||||
Reference in New Issue
Block a user