Skip to content

Commit 6a1f7d4

Browse files
committed
chore: use correct job names
1 parent 722f6d0 commit 6a1f7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ jobs:
6868
docker:
6969
- image: node:6
7070
steps:
71-
- test
71+
- run-node-6
7272
node-v8:
7373
docker:
7474
- image: node:8
7575
steps:
76-
- test
76+
- run-node
7777
node-v10:
7878
docker:
7979
- image: node:10
8080
steps:
81-
- test
81+
- run-node
8282

8383
workflows:
8484
node-multi-build:

0 commit comments

Comments
 (0)