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 &