Skip to content

Commit

Permalink
tools: pre-commit should always run full php test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 31, 2024
1 parent 564a60f commit 9626cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "${FILES}" != "" ]; then

if [ "${PHP_FILES}" != "" ]; then
FILES=$(echo "${PHP_FILES}" | xargs) npm exec just format php
FILES=$(echo "${PHP_FILES}" | grep -vw contracts | xargs) npm exec just test php
npm exec just test php
fi

if [ "${WEBHOOKER_FILES}" != "" ]; then
Expand Down

0 comments on commit 9626cce

Please sign in to comment.