This repository was archived by the owner on Oct 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
cypress : cypress-io/cypress@2
4
4
jobs :
5
5
release :
6
- executor : cypress/browsers-chrome78-ff70
6
+ executor : cypress/browsers-chrome100-ff99-edge
7
7
steps :
8
8
- attach_workspace :
9
9
at : ~/
@@ -14,21 +14,21 @@ workflows:
14
14
jobs :
15
15
- cypress/install :
16
16
name : Install
17
- executor : cypress/browsers-chrome78-ff70
17
+ executor : cypress/browsers-chrome100-ff99-edge
18
18
19
19
- cypress/run :
20
20
name : Electron tests
21
21
requires :
22
22
- Install
23
- executor : cypress/browsers-chrome78-ff70
23
+ executor : cypress/browsers-chrome100-ff99-edge
24
24
install-command : echo 'Nothing to install in this job'
25
25
no-workspace : true
26
26
27
27
- cypress/run :
28
28
name : Chrome tests
29
29
requires :
30
30
- Install
31
- executor : cypress/browsers-chrome78-ff70
31
+ executor : cypress/browsers-chrome100-ff99-edge
32
32
browser : chrome
33
33
install-command : echo 'Nothing to install in this job'
34
34
no-workspace : true
@@ -37,7 +37,7 @@ workflows:
37
37
name : Firefox tests
38
38
requires :
39
39
- Install
40
- executor : cypress/browsers-chrome78-ff70
40
+ executor : cypress/browsers-chrome100-ff99-edge
41
41
browser : firefox
42
42
install-command : echo 'Nothing to install in this job'
43
43
no-workspace : true
You can’t perform that action at this time.
0 commit comments