From e024cbfc20f84f409e5d260c5505257922ad59e2 Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Thu, 14 Sep 2023 19:39:16 -0500 Subject: [PATCH] fix ci cypress version installation --- .github/workflows/e2e-cypress-12-ccy-1.10.yml | 2 +- .github/workflows/e2e-cypress-13-ccy-1.10.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-cypress-12-ccy-1.10.yml b/.github/workflows/e2e-cypress-12-ccy-1.10.yml index 9ab1f05..0276e2c 100644 --- a/.github/workflows/e2e-cypress-12-ccy-1.10.yml +++ b/.github/workflows/e2e-cypress-12-ccy-1.10.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: Install Cypress 12.17.4 - run: cd ./packages/cypress-cloud | npm install cypress@12.17.4 + run: npm install cypress@12.17.4 - name: Build run: npm run build diff --git a/.github/workflows/e2e-cypress-13-ccy-1.10.yml b/.github/workflows/e2e-cypress-13-ccy-1.10.yml index bc7a2de..59d8863 100644 --- a/.github/workflows/e2e-cypress-13-ccy-1.10.yml +++ b/.github/workflows/e2e-cypress-13-ccy-1.10.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: Install Cypress 13.1.0 - run: cd ./packages/cypress-cloud | npm install cypress@13.1.0 + run: npm install cypress@13.1.0 - name: Build run: npm run build