This repository was archived by the owner on Mar 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ workflows:
99 # then the workspace will be passed to other jobs
1010 - cypress/install :
1111 name : Install
12+ executor : cypress/base-12
1213 build : npm run transpile
1314 post-steps :
1415 - run :
@@ -37,6 +38,7 @@ workflows:
3738 # react-scripts example with component tests not in "src" folder
3839 # but in "cypress/component" folder
3940 name : Example Component Folder
41+ executor : cypress/base-12
4042 requires :
4143 - Install
4244 # each example installs "cypress-react-unit-test" as a local dependency (symlink)
@@ -49,6 +51,7 @@ workflows:
4951
5052 - cypress/run :
5153 name : Example Webpack options
54+ executor : cypress/base-12
5255 requires :
5356 - Install
5457 # each example installs "cypress-react-unit-test" as a local dependency (symlink)
@@ -61,6 +64,7 @@ workflows:
6164
6265 - cypress/run :
6366 name : Test
67+ executor : cypress/base-12
6468 parallelism : 4
6569 requires :
6670 - Install
@@ -84,7 +88,7 @@ workflows:
8488 - cypress/run :
8589 name : NPM release
8690 # we need newer Node for semantic release
87- executor : cypress/base-12-6-0
91+ executor : cypress/base-12
8892 requires :
8993 - Install
9094 - Test
You can’t perform that action at this time.
0 commit comments