File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 11jobs :
2- build :
2+ test :
33 executor : go/default
44 steps :
55 - checkout
@@ -13,30 +13,26 @@ jobs:
1313 name : Install Terraform
1414 - go/test
1515 release :
16- docker :
17- - image : circleci/node:10.16
16+ executor : node/default
1817 steps :
1918 - checkout
20- - restore_cache :
21- key : npm-cache
22- - run : npm install @semantic-release/changelog -D
23- - run : npm install @semantic-release/git -D
19+ - node/with-cache :
20+ steps :
21+ - run : npm install @semantic-release/changelog -D
22+ - run : npm install @semantic-release/git -D
2423 - run : npx semantic-release
25- - save_cache :
26- key : npm-cache
27- paths :
28- - node_modules
2924orbs :
3025 go : circleci/go@0.2.0
26+ node : circleci/node@1.1.6
3127version : 2.1
3228workflows :
3329 default :
3430 jobs :
35- - build
31+ - test
3632 - release :
3733 filters :
3834 branches :
3935 only : master
4036 requires :
41- - build
37+ - test
4238 version : 2
You can’t perform that action at this time.
0 commit comments