Skip to content

Commit 63f1215

Browse files
committed
No difference, reverted, but now bumped Cypress version in CI, hoping...
1 parent 69265c4 commit 63f1215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
browser: [chrome, firefox]
5959
timeout-minutes: 20
6060
container:
61-
image: cypress/included:9.7.0
61+
image: cypress/included:10.0.3
6262
options: --user 1001 --shm-size=2g # @see https://github.com/cypress-io/github-action/issues/104#issuecomment-666047965
6363
env:
6464
CYPRESS_BROWSER: ${{ matrix.browser }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "yarn format:check && yarn lint && yarn test:types && yarn test:unit && yarn test:e2e",
3232
"test:types": "tsc index.d.ts",
3333
"test:unit": "jest",
34-
"test:e2e": "ELECTRON_ENABLE_LOGGING=1 cypress run --config-file=cypress.config.js",
34+
"test:e2e": "ELECTRON_ENABLE_LOGGING=1 cypress run",
3535
"test:e2e:dev": "cypress open --config-file=cypress.config.js --browser --e2e",
3636
"test:coverage": "yarn test:e2e --env coverage=true",
3737
"prepare": "yarn build",

0 commit comments

Comments
 (0)