Skip to content

Commit

Permalink
Fix mutation testing (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 17, 2024
1 parent 1467448 commit edd5a37
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/mutation.yml
Expand Up @@ -9,6 +9,8 @@ on:
- 'psalm.xml'

push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'README.md'
Expand All @@ -30,11 +32,8 @@ jobs:

strategy:
matrix:
os:
- ubuntu-latest

php:
- 8.1
os: ['ubuntu-latest']
php: ['8.3']

steps:
- name: Install service memcached
Expand Down Expand Up @@ -70,6 +69,6 @@ jobs:

- name: Run infection
run: |
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit edd5a37

Please sign in to comment.