Skip to content

Commit

Permalink
replaces coveralls with mix command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfilatov committed Mar 29, 2022
1 parent 278bca4 commit 85d92f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
elixir: 1.9.4
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

Expand All @@ -60,7 +61,5 @@ jobs:
- name: Run tests
run: mix test --trace

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls
run: mix coveralls.github

0 comments on commit 85d92f0

Please sign in to comment.