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

Commit 52afec1

Browse files
committed
base-14?
1 parent 024374a commit 52afec1

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
@@ -36,11 +36,11 @@ workflows:
3636
- cypress/install:
3737
name: Install
3838
yarn: true
39-
executor: cypress/base-16-14-2-slim
39+
executor: cypress/base-14
4040

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

7575
- cypress/run:
7676
name: smoke tests
77-
executor: cypress/base-16-14-2-slim
77+
executor: cypress/base-14
7878
requires:
7979
- Install
8080
install-command: echo 'Nothing to install in this job'

0 commit comments

Comments
 (0)