Skip to content

Commit

Permalink
Merge pull request #244 from Yoast/feature/ghactions-reduce-rate-limi…
Browse files Browse the repository at this point in the history
…t-issues

GH Actions/test: fix rate limiting issue
  • Loading branch information
jrfnl authored Feb 7, 2025
2 parents 5c8016c + da25566 commit 5131d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ jobs:
coverage: ${{ matrix.coverage && 'xdebug' || 'none' }}
env:
fail-fast: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# YoastCS 3.0 has a PHP 7.2 minimum which conflicts with the requirements of this package.
- name: 'Composer: remove YoastCS'
Expand Down

0 comments on commit 5131d92

Please sign in to comment.