From aaa064e4ebf525f0259330c166e820d1fd4c4c06 Mon Sep 17 00:00:00 2001 From: aledesma-godaddy Date: Fri, 20 Oct 2023 10:04:40 -0700 Subject: [PATCH] fix syntax for npx command --- .github/workflows/test-e2e-cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e-cypress.yml b/.github/workflows/test-e2e-cypress.yml index 5744e9a423d..e63d37ab250 100644 --- a/.github/workflows/test-e2e-cypress.yml +++ b/.github/workflows/test-e2e-cypress.yml @@ -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 &