Skip to content

Commit

Permalink
fix syntax for npx command
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Oct 20, 2023
1 parent d17998a commit aaa064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cache: 'yarn'

- name: Prepare tests
run: echo $(npx wp-env install-path)
run: ls $(wp-env install-path)
# - name: Install dependencies
# run: |
# composer install --prefer-dist --optimize-autoloader &
Expand Down

0 comments on commit aaa064e

Please sign in to comment.