We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d49b6 commit 8b4a925Copy full SHA for 8b4a925
1 file changed
.github/workflows/test.yml
@@ -18,6 +18,7 @@ jobs:
18
infection: "latest"
19
- php: "8.5"
20
21
+ skip-mutation: true
22
env:
23
tools: composer, phpstan, infection:${{ matrix.infection }}
24
ini-values: default_charset='UTF-8'
@@ -55,6 +56,7 @@ jobs:
55
56
run: vendor/bin/phpunit --coverage-xml=build/logs/xml-coverage
57
--log-junit=build/logs/junit.xml
58
- name: Mutation testing (Infection)
59
+ if: ${{ matrix.skip-mutation != true }}
60
61
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
62
run: |
0 commit comments