Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevds committed Mar 29, 2024
1 parent ce7b1a8 commit 55587ba
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 @@ -64,7 +64,7 @@ jobs:
run: mix deps.get
- name: Run mix format
run: mix format --check-formatted
if: ${{ matrix.elixir-version >= 1.14.0 }}
if: startsWith(matrix.elixir-version, '1.14') || startsWith(matrix.elixir-version, '1.15') || startsWith(matrix.elixir-version, '1.16')
- name: Run coverage export
run: mix coveralls.github
- name: Run tests
Expand Down

0 comments on commit 55587ba

Please sign in to comment.