Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 04a6832

Browse files
committed
try this
1 parent 391f744 commit 04a6832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workflows:
1010
- cypress/run:
1111
name: 'Cypress v6.0.0'
1212
yarn: true
13-
executor: cypress/base-12-14-0
13+
executor: cypress/base-12-22-8
1414
post-checkout:
1515
- run: yarn add -D cypress@6.0.0
1616
# we need to start the web application
@@ -36,11 +36,11 @@ workflows:
3636
- cypress/install:
3737
name: Install
3838
yarn: true
39-
executor: cypress/base-16-16-0
39+
executor: cypress/base-12-22-8
4040

4141
- cypress/run:
4242
name: full tests
43-
executor: cypress/base-16-16-0
43+
executor: cypress/base-12-22-8
4444
requires:
4545
- Install
4646
install-command: echo 'Nothing to install in this job'
@@ -65,7 +65,7 @@ workflows:
6565

6666
- cypress/run:
6767
name: component tests
68-
executor: cypress/base-16-16-0
68+
executor: cypress/base-12-22-8
6969
requires:
7070
- Install
7171
install-command: echo 'Nothing to install in this job'

0 commit comments

Comments
 (0)