Skip to content

Commit

Permalink
Merge pull request #99 from BKWLD/multi-tester-labels
Browse files Browse the repository at this point in the history
Add Multi-tester labels
  • Loading branch information
kylekatarnls committed Sep 20, 2023
2 parents fbb8210 + 93df50c commit c879503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: |
${{ matrix.php >= 8 && 'composer require --no-update phpunit/phpunit:^9.5.10 --no-interaction;' || '' }}
composer update --prefer-dist --no-interaction ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }}
env:
MULTI_TESTER_LABELS: install

- name: Run test suite
run: vendor/bin/phpunit --no-coverage --verbose
env:
MULTI_TESTER_LABELS: script

0 comments on commit c879503

Please sign in to comment.