diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323d7e2..998b538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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