Skip to content

Commit cbbe697

Browse files
committed
Ensure mutation tests have GH token
1 parent 37abd01 commit cbbe697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ jobs:
217217
- uses: actions/checkout@v6
218218
- uses: ramsey/composer-install@v3
219219
- name: Run infection
220+
env:
221+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
220222
run: sudo infection --min-msi=68 --min-covered-msi=68 --threads=max --show-mutations=max --no-progress
221223

222224
build-assets:

0 commit comments

Comments
 (0)