Skip to content

Commit

Permalink
Explicitly use wp-env version 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Feb 22, 2024
1 parent 4006a1e commit 0965fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: echo '{"config":{"WP_DEBUG_DISPLAY":false},"plugins":["${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}"]}' > .wp-env.override.json

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

- name: Run Cypress Tests
if: ${{ github.repository != 'newfold-labs/wp-plugin-hostgator' || github.actor == 'dependabot[bot]' }}
Expand Down

0 comments on commit 0965fe3

Please sign in to comment.