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

Commit

Permalink
build(circle): correct test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 15, 2019
1 parent ed2b729 commit cb3e093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ workflows:

- node/test:
name: test/10
requires: [ base/clone ]
requires: [ node/install ]
tag: '10'

- node/test:
name: test/8
requires: [ base/clone ]
requires: [ node/install ]
tag: '8'

- node/test:
name: test/7
requires: [ base/clone ]
requires: [ node/install ]
tag: '7'

- node/release:
Expand Down

0 comments on commit cb3e093

Please sign in to comment.