From b0ed35efec1f74aa9d9873a9860e8f64cfcd9486 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Mon, 19 Feb 2024 10:02:27 -0800 Subject: [PATCH] Revert "update cypress e2e workflow" This reverts commit 0db4d739925a7e508fb6bafbb58fe29597dee6d2. Signed-off-by: Rupal Mahajan --- .github/workflows/cypress-e2e-reporting-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}