Skip to content

Commit 7947a32

Browse files
committed
phpunit
1 parent 4d96f07 commit 7947a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.0', '8.1', '8.2']
17-
stability: ['prefer-lowest', prefer-stable]
17+
stability: ['prefer-lowest', 'prefer-stable']
1818
laravel: ['^9.0', '^10.0', '^11.0']
1919
exclude:
2020
- php: '8.0'
@@ -54,4 +54,4 @@ jobs:
5454
run: ./vendor/bin/pint --test
5555

5656
- name: Execute tests
57-
run: sleep 10 && vendor/bin/phpunit --debug
57+
run: sleep 10 && (vendor/bin/phpunit --debug || vendor/bin/phpunit --verbose)

0 commit comments

Comments
 (0)