We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250a5d0 commit 4509725Copy full SHA for 4509725
.github/workflows/infection.yml
@@ -64,6 +64,8 @@ jobs:
64
65
- name: Test with PHPUnit
66
run: vendor/bin/phpunit --teamcity
67
+ env:
68
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
70
- name: Mutate with Infection
71
run: |
.github/workflows/phpunit.yml
@@ -64,6 +64,7 @@ jobs:
env:
TERM: xterm-256color
TACHYCARDIA_MONITOR_GA: enabled
- if: matrix.php-versions == '8.0'
name: Run Coveralls
0 commit comments