Browse Source

fix workflow

pull/2/head
Neel Coffin 6 years ago
parent
commit
ddabd92cd5
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -3,7 +3,10 @@ workflows:
build_and_test:
jobs:
- build
- test:
- unit-test:
requires:
- build
- lint:
requires:
- build
@ -23,7 +26,7 @@ jobs:
name: sa ve yarn package cache
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- ./node_modules
lint:
<<: *shared-config

Loading…
Cancel
Save