Skip to content

Commit

Permalink
ci: Enable infection tests reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2021
1 parent bc8af65 commit fed4fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Run Grumphp
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: vendor/bin/grumphp run --tasks=infection -n

- name: Send feedback on Github
Expand Down

0 comments on commit fed4fbc

Please sign in to comment.