Skip to content

Commit 967edb9

Browse files
committed
fix: docs circle.yml
1 parent ac101d3 commit 967edb9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/.vuepress/public/circle.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
version: 2.1
22
orbs:
3-
node: circleci/[email protected]
3+
node: circleci/[email protected]
44
jobs:
5-
build-and-test:
6-
executor:
7-
name: node/default
8-
steps:
9-
- checkout
10-
- node/with-cache:
11-
steps:
12-
- run: npm install
13-
- run: npm run test
5+
build-and-test:
6+
executor:
7+
name: node/default
8+
steps:
9+
- checkout
10+
- node/with-cache:
11+
steps:
12+
- run: npm install
13+
- run: npm run test
1414
workflows:
1515
build-and-test:
16-
jobs:
17-
- build-and-test
18-
filters:
19-
branches:
20-
only: master
16+
jobs:
17+
- build-and-test:
18+
filters:
19+
branches:
20+
only: master

0 commit comments

Comments
 (0)