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 42f4def commit 2c5e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ action "mix deps.get" {

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

0 comments on commit 2c5e9fe

Please sign in to comment.