Skip to content

Commit

Permalink
ci: remove invalid flag for run phpunit on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 10, 2023
1 parent 1c3d0a0 commit e638df5
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 @@ -53,4 +53,4 @@ jobs:
run: composer update --no-progress

- name: Run test suite
run: phpunit --debug
run: phpunit

0 comments on commit e638df5

Please sign in to comment.