We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed6c2 commit a78cbb9Copy full SHA for a78cbb9
.circleci/config.yml
@@ -4,14 +4,12 @@ orbs:
4
cypress: cypress-io/cypress@1
5
codecov: codecov/[email protected]
6
7
-jobs:
8
- build:
+executors:
+ with-node:
9
docker:
10
- - image: cimg/node:14.15.0
11
- steps:
12
- - checkout
13
- - run: node --version
+ - image: 'cypress/browsers:node14.16.0-chrome90-ff88'
14
+jobs:
15
run-build:
16
executor:
17
name: node/default
@@ -43,13 +41,13 @@ workflows:
43
41
all-the-things:
44
42
jobs:
45
- collect-coverage
46
- - build
47
- run-build
48
- run-unit-tests
49
- cypress/install:
50
name: cypress-install
51
yarn: true
52
- cypress/run:
+ executor: with-node
53
name: start-storybook-and-test
54
55
build: yarn build
0 commit comments