Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit a0062c7

Browse files
authored
Merge pull request #179 from bharadwaj-pendyala/ff-failure
2 parents 47c32fc + 76502b5 commit a0062c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ orbs:
33
cypress: cypress-io/cypress@2
44
jobs:
55
release:
6-
executor: cypress/browsers-chrome78-ff70
6+
executor: cypress/browsers-chrome100-ff99-edge
77
steps:
88
- attach_workspace:
99
at: ~/
@@ -14,21 +14,21 @@ workflows:
1414
jobs:
1515
- cypress/install:
1616
name: Install
17-
executor: cypress/browsers-chrome78-ff70
17+
executor: cypress/browsers-chrome100-ff99-edge
1818

1919
- cypress/run:
2020
name: Electron tests
2121
requires:
2222
- Install
23-
executor: cypress/browsers-chrome78-ff70
23+
executor: cypress/browsers-chrome100-ff99-edge
2424
install-command: echo 'Nothing to install in this job'
2525
no-workspace: true
2626

2727
- cypress/run:
2828
name: Chrome tests
2929
requires:
3030
- Install
31-
executor: cypress/browsers-chrome78-ff70
31+
executor: cypress/browsers-chrome100-ff99-edge
3232
browser: chrome
3333
install-command: echo 'Nothing to install in this job'
3434
no-workspace: true
@@ -37,7 +37,7 @@ workflows:
3737
name: Firefox tests
3838
requires:
3939
- Install
40-
executor: cypress/browsers-chrome78-ff70
40+
executor: cypress/browsers-chrome100-ff99-edge
4141
browser: firefox
4242
install-command: echo 'Nothing to install in this job'
4343
no-workspace: true

0 commit comments

Comments
 (0)