mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-29 09:50:22 +00:00
Update circleci config
This commit is contained in:
@@ -11,8 +11,8 @@ commands:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- dependency-cache-{{ checksum "package.json" }}
|
- dependency-cache-{{ checksum "package.json" }}
|
||||||
- dependency-cache-
|
- dependency-cache-
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-{{ checksum "package.json" }}
|
key: dependency-cache-{{ checksum "package.json" }}
|
||||||
@@ -20,7 +20,7 @@ commands:
|
|||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
birdbox:
|
wakabox:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- install
|
- install
|
||||||
@@ -31,7 +31,7 @@ workflows:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
- birdbox
|
- wakabox
|
||||||
|
|
||||||
poll:
|
poll:
|
||||||
triggers:
|
triggers:
|
||||||
@@ -43,4 +43,4 @@ workflows:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
- birdbox
|
- wakabox
|
||||||
|
|||||||
Reference in New Issue
Block a user