Skip to content

Commit

Permalink
Improves CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 28, 2020
1 parent d961f8d commit a60b50c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ jobs:
mix deps.get
mix compile
- name: Run Tests
- name: Run linters
run: |
mix format --check-formatted
mix credo --strict
mix coveralls.github
- name: Run Tests
run: mix coveralls.github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a60b50c

Please sign in to comment.