Skip to content

Commit b6f1380

Browse files
author
pauliescanlon
committed
chore: add custom executor
1 parent f6ed6c2 commit b6f1380

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ orbs:
44
cypress: cypress-io/cypress@1
55
codecov: codecov/[email protected]
66

7-
jobs:
8-
build:
7+
executors:
8+
with-node:
99
docker:
10-
- image: cimg/node:14.15.0
11-
steps:
12-
- checkout
13-
- run: node --version
10+
- image: 'cypress/browsers:node14.16.0-chrome90-ff88'
1411

12+
jobs:
1513
run-build:
1614
executor:
1715
name: node/default
@@ -43,11 +41,11 @@ workflows:
4341
all-the-things:
4442
jobs:
4543
- collect-coverage
46-
- build
4744
- run-build
4845
- run-unit-tests
4946
- cypress/install:
5047
name: cypress-install
48+
executor: with-node
5149
yarn: true
5250
- cypress/run:
5351
name: start-storybook-and-test

0 commit comments

Comments
 (0)