Skip to content

Commit

Permalink
Integration tests ony
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 16, 2023
1 parent 58b4f06 commit a97006f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cosmic-ray.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cosmic-ray-unit
name: cosmic-ray-integration

on:
push:
Expand Down 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 @@ -66,7 +66,7 @@ jobs:
module-path = "app/${{ matrix.mutation-package-under-test }}/"
timeout = 120.0
excluded-modules = []
test-command = "py.test -n auto tests/app/${{ matrix.mutation-package-under-test }}"
test-command = "py.test -n auto tests/integration/${{ matrix.mutation-package-under-test }}"
[cosmic-ray.distributor]
name = "local"
Expand Down

0 comments on commit a97006f

Please sign in to comment.