Skip to content

Commit

Permalink
Ooopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 9, 2024
1 parent adb970a commit 4a3e8da
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 @@ -57,7 +57,7 @@ jobs:

- name: mix test
run: |
if [ -z "${{ matrix.coverage }}"" ]; then
if [ -z "${{ matrix.coverage }}" ]; then
mix test
else
mix coveralls.html
Expand Down

0 comments on commit 4a3e8da

Please sign in to comment.