Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit cb3e093

Browse files
author
Ahmad Nassri
committed
build(circle): correct test requirements
1 parent ed2b729 commit cb3e093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ workflows:
1818

1919
- node/test:
2020
name: test/10
21-
requires: [ base/clone ]
21+
requires: [ node/install ]
2222
tag: '10'
2323

2424
- node/test:
2525
name: test/8
26-
requires: [ base/clone ]
26+
requires: [ node/install ]
2727
tag: '8'
2828

2929
- node/test:
3030
name: test/7
31-
requires: [ base/clone ]
31+
requires: [ node/install ]
3232
tag: '7'
3333

3434
- node/release:

0 commit comments

Comments
 (0)