Skip to content

Commit

Permalink
up: remove --debug on run phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 17, 2023
1 parent 3f0e2c4 commit ab4f8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Run test suite
run: |
phpunit --debug
phpunit
php bin/kite -V
php bin/kite -h
Expand Down

0 comments on commit ab4f8e4

Please sign in to comment.