Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Dec 18, 2018
1 parent 564aa0a commit 42f4def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ action "mix deps.get" {

action "mix test" {
uses = "jclem/actions/mix@master"
args = "coveralls.post --trace -t \"$COVERALLS_TOKEN\""
args = "coveralls.post --trace --token \"$COVERALLS_TOKEN\""
needs = ["mix deps.get"]
secrets = ["COVERALLS_TOKEN"]
env = {
MIX_ENV = "test"
}
secrets = ["COVERALLS_TOKEN"]
}

action "mix format" {
Expand Down

0 comments on commit 42f4def

Please sign in to comment.