Skip to content

Commit

Permalink
Fix Coveralls command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfilatov committed Mar 1, 2024
1 parent 5a9931b commit a0479a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
REDIS_POOL_SIZE: 1

- name: Run Coveralls
run: mix coveralls.github
run: mix coveralls



0 comments on commit a0479a2

Please sign in to comment.