We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac101d3 commit 967edb9Copy full SHA for 967edb9
docs/.vuepress/public/circle.yml
@@ -1,20 +1,20 @@
1
version: 2.1
2
orbs:
3
- node: circleci/[email protected]
+ node: circleci/[email protected]
4
jobs:
5
- build-and-test:
6
- executor:
7
- name: node/default
8
- steps:
9
- - checkout
10
- - node/with-cache:
11
12
- - run: npm install
13
- - run: npm run test
+ build-and-test:
+ executor:
+ name: node/default
+ steps:
+ - checkout
+ - node/with-cache:
+ - run: npm install
+ - run: npm run test
14
workflows:
15
build-and-test:
16
- jobs:
17
- - build-and-test
18
- filters:
19
- branches:
20
- only: master
+ jobs:
+ - build-and-test:
+ filters:
+ branches:
+ only: master
0 commit comments