Skip to content

Commit

Permalink
Merge branch 'main' into add/secondary-module-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Mar 18, 2024
2 parents d347897 + 08efbb8 commit 2b11898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
repository: ${{ inputs.plugin-repo }}
ref: ${{ inputs.plugin-branch }}

- name: Setup Node
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
Expand Down Expand Up @@ -226,7 +226,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 2b11898

Please sign in to comment.