Skip to content

Commit

Permalink
bump cypress version in sauce config
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jun 10, 2024
1 parent 747d9d5 commit 07a5365
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/cloud/.sauce/config-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.config.js
version: 12.6.0
version: 13.10.0
rootDir: ./
env:
foo: bar
Expand Down
2 changes: 1 addition & 1 deletion tests/cloud/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.config.js
version: 12.6.0
version: 13.10.0
rootDir: ./
env:
foo: bar
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cjs-project/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.config.cjs
version: 12.6.0
version: 13.10.0
rootDir: ./
suites:
- name: "Cypress - Win10 - Chrome"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/esm-project/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.config.mjs
version: 12.6.0
version: 13.10.0
rootDir: ./
suites:
- name: "Cypress - Win10 - Chrome"
Expand Down

0 comments on commit 07a5365

Please sign in to comment.