Skip to content

Commit

Permalink
Run coverage after all tests completed
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Apr 2, 2019
1 parent 5ad56f7 commit 83f509a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ action "coverage:agent" {
}

action "coverage:finance" {
needs = "test:finance"
needs = "test:survey"
uses = "actions/npm@master"
args = "run coverage:finance"
}
Expand All @@ -107,19 +107,19 @@ action "coverage:survey" {
}

action "coverage:token-manager" {
needs = "test:token-manager"
needs = "test:survey"
uses = "actions/npm@master"
args = "run coverage:token-manager"
}

action "coverage:vault" {
needs = "test:vault"
needs = "test:survey"
uses = "actions/npm@master"
args = "run coverage:vault"
}

action "coverage:voting" {
needs = "test:voting"
needs = "test:survey"
uses = "actions/npm@master"
args = "run coverage:voting"
}

0 comments on commit 83f509a

Please sign in to comment.