Skip to content

Commit

Permalink
Fail flag for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 14, 2023
1 parent db4e41b commit 14626d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mutmut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
pipenv run mutmut run \
--paths-to-mutate "app/${{ matrix.mutation-module-under-test }}/" \
--runner "py.test -n auto" \
--no-progress
--no-progress \
--CI
- name: Save HTML output
run: |
pipenv run mutmut html
Expand Down

0 comments on commit 14626d4

Please sign in to comment.