Skip to content

Commit

Permalink
Add Multi-tester labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 17, 2023
1 parent fbb8210 commit 93df50c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
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 93df50c

Please sign in to comment.