Skip to content

Commit

Permalink
Fix phpunit options (#5100)
Browse files Browse the repository at this point in the history
  • Loading branch information
YepYuYu committed Jul 23, 2023
1 parent 9a0c198 commit 5cfa1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git clone https://github.com/laravel/octane.git --depth=1
cd octane/
composer update --prefer-dist --no-interaction --no-progress
vendor/bin/phpunit -v
vendor/bin/phpunit
- name: Hyperf Tests
if: matrix.framework == 'Hyperf'
Expand Down

0 comments on commit 5cfa1db

Please sign in to comment.