Skip to content

Commit

Permalink
Integration tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 16, 2023
1 parent 10f17ef commit c1bc166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mutmut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: python-dependencies
strategy:
matrix:
mutation-package-under-test: [ authentication, forms, publisher, questionnaire ]
mutation-package-under-test: [ questionnaire, routes ]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
pipenv run mutmut run \
--paths-to-mutate "app/${{ matrix.mutation-package-under-test }}/" \
--runner "py.test -n auto tests/app/${{ matrix.mutation-package-under-test }}" \
--runner "py.test -n auto tests/integration/${{ matrix.mutation-package-under-test }}" \
--no-progress \
--CI
Expand Down

0 comments on commit c1bc166

Please sign in to comment.