diff --git a/.github/workflows/cypress-e2e-reporting-test.yml b/.github/workflows/cypress-e2e-reporting-test.yml index fcbcc524..8e591380 100644 --- a/.github/workflows/cypress-e2e-reporting-test.yml +++ b/.github/workflows/cypress-e2e-reporting-test.yml @@ -138,7 +138,7 @@ jobs: - name: Install Cypress run: | - yarn cypress install + npx cypress install shell: bash working-directory: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}