Skip to content

Commit

Permalink
fix: run action test failed by phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 10, 2023
1 parent 82c162b commit 941b003
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 @@ -54,7 +54,7 @@ jobs:
# Docs: https://getcomposer.org/doc/articles/scripts.md

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

# git status && git log -1 && git fetch --tags --force
# git status && git log -1 && git fetch --prune --unshallow
Expand Down

0 comments on commit 941b003

Please sign in to comment.