Skip to content

Commit

Permalink
Run wp-env in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Feb 21, 2024
1 parent f58130d commit b0e5abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
run: echo '{"plugins":["${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}"]}' > .wp-env.override.json

- name: Install WordPress
run: npx @wordpress/env@latest start
run: npx @wordpress/env@latest start --debug

- name: Run Cypress Tests
if: ${{ ! inputs.only-module-tests }}
Expand Down

0 comments on commit b0e5abe

Please sign in to comment.