Skip to content

Commit

Permalink
Depending on npm-tests so geth isn't going to have a race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freydal committed Oct 17, 2019
1 parent 22a5563 commit 8d51d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local KosuGeth(name) = Image(name, "kosu-test-geth:latest") {

Image("solidity", "node-ci:latest") + GethConfig() {
"commands": [ "yarn contracts:test:ci" ],
"depends_on": [ "build-project" ],
"depends_on": [ "build-project", "npm-tests" ],
},

KosuNode(0), KosuNode(1), KosuNode(2), KosuNode(3),
Expand Down
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ steps:
WEB3_URI_WS: ws://kosu-geth:8546
depends_on:
- build-project
- npm-tests

- name: kosu-node-0
pull: always
Expand Down

0 comments on commit 8d51d04

Please sign in to comment.