Skip to content

Commit

Permalink
fix ci cypress version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Sep 15, 2023
1 parent 01c7371 commit e024cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cypress-12-ccy-1.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Install Cypress 12.17.4
run: cd ./packages/cypress-cloud | npm install [email protected]
run: npm install [email protected]

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cypress-13-ccy-1.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Install Cypress 13.1.0
run: cd ./packages/cypress-cloud | npm install [email protected]
run: npm install [email protected]

- name: Build
run: npm run build
Expand Down

0 comments on commit e024cbf

Please sign in to comment.