Skip to content

Commit

Permalink
gh-actions: fix ExCoveralls building (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz authored May 14, 2020
1 parent a03383b commit 66a3043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

name: CI - Elixir ${{ matrix.elixir }} - OTP ${{ matrix.otp }}

Expand All @@ -32,7 +33,7 @@ jobs:
run: mix deps.get

- name: Upload coverage to Coveralls
run: mix coveralls.travis
run: mix coveralls.github

- name: Install Mix dependencies
run: MIX_ENV=docs mix deps.get
Expand Down

0 comments on commit 66a3043

Please sign in to comment.