Skip to content

Commit

Permalink
Set test env for coveralls.post
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Dec 18, 2018
1 parent 22ac3f0 commit 564aa0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ action "mix test" {
args = "coveralls.post --trace -t \"$COVERALLS_TOKEN\""
needs = ["mix deps.get"]
secrets = ["COVERALLS_TOKEN"]
env = {
MIX_ENV = "test"
}
}

action "mix format" {
Expand Down

0 comments on commit 564aa0a

Please sign in to comment.