revert .circleci/config.yml
This commit is contained in:
parent
174f6525b3
commit
a322c4d5a5
1 changed files with 15 additions and 38 deletions
|
@ -16,8 +16,6 @@ jobs:
|
|||
|
||||
working_directory: ~/node-go
|
||||
|
||||
api:
|
||||
path: ~/node-go/server
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
|
@ -30,27 +28,6 @@ jobs:
|
|||
|
||||
- run: yarn install
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- node_modules
|
||||
key: v1-dependencies-{{ checksum "package.json" }}
|
||||
|
||||
# run tests!
|
||||
play:
|
||||
path: ~/node-go/play-node-go
|
||||
steps:
|
||||
- run: yarn test
|
||||
- checkout
|
||||
|
||||
# Download and cache dependencies
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-dependencies-{{ checksum "package.json" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- v1-dependencies-
|
||||
|
||||
- run: yarn install
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- node_modules
|
||||
|
|
Loading…
Reference in a new issue