Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 12, 2024
1 parent 582dead commit 56a577a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ jobs:
- name: Run tests
run: |
if [ -z "${{ matrix.coverage }}" ]; then
echo "Running tests without coverage."
mix test
else
mix coveralls.html
echo "Running tests with coverage."
mix test
# mix coveralls.html
fi

0 comments on commit 56a577a

Please sign in to comment.