From a499c3e36a46425eef43d5b78e2a78824940cb63 Mon Sep 17 00:00:00 2001 From: Harsh Vador <58542468+harsh-vador@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:02:51 +0530 Subject: [PATCH] modify cypress install command (#15314) --- .github/workflows/cypress-integration-tests-mysql-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-integration-tests-mysql-pr.yml b/.github/workflows/cypress-integration-tests-mysql-pr.yml index a7eb18e1398..d6cd077c8e2 100644 --- a/.github/workflows/cypress-integration-tests-mysql-pr.yml +++ b/.github/workflows/cypress-integration-tests-mysql-pr.yml @@ -147,7 +147,7 @@ jobs: wait-on: "http://localhost:8585" group: cypress-ci-mysql-pr-oss-${{ github.run_id }}-${{github.run_attempt}} browser: chrome - command: cypress run --config-file=cypress.config.ts --env grepTags='${{ steps.get_cypress_filter.outputs.e2eFilters }}' + command: npx cypress run --config-file=cypress.config.ts --env grepTags='${{ steps.get_cypress_filter.outputs.e2eFilters }}' env: CYPRESS_BASE_URL: "http://localhost:8585" CYPRESS_RECORD_KEY: ${{ steps.cypress-project-id.outputs.CYPRESS_RECORD_KEY }}