Skip to content

Commit

Permalink
ci: Send Infection report to StrykerDashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 20, 2021
1 parent bfcbaef commit 9506c10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
- name: Run Grumphp
run: vendor/bin/grumphp run --tasks=infection -n

- name: Send feedback on Stryker Dashboard
if: ${{ success() }}
run: |
vendor/bin/infection -j2
- name: Send feedback on Github
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 9506c10

Please sign in to comment.