fixed errors in circle config
This commit is contained in:
parent
065a1c7b45
commit
9ddc406b75
@ -33,7 +33,7 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- dependency-cache-{{ checksum "package.json" }}
|
- dependency-cache-{{ checksum "package.json" }}
|
||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v1-dependencies-
|
- dependency-cache-
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
@ -50,4 +50,7 @@ workflows:
|
|||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
- test
|
- test:
|
||||||
|
requires:
|
||||||
|
- build
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user