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

Commit 9e5b1a0

Browse files
committed
once more with feeling
1 parent 04a6832 commit 9e5b1a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ workflows:
3636
- cypress/install:
3737
name: Install
3838
yarn: true
39-
executor: cypress/base-12-22-8
39+
executor: cypress/base-16-14-2-slim
4040

4141
- cypress/run:
4242
name: full tests
43-
executor: cypress/base-12-22-8
43+
executor: cypress/base-16-14-2-slim
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-12-22-8
68+
executor: cypress/base-16-14-2-slim
6969
requires:
7070
- Install
7171
install-command: echo 'Nothing to install in this job'

0 commit comments

Comments
 (0)