Skip to content

Commit

Permalink
fix: also run phpunit on apps/theming/css modified files
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jul 12, 2023
1 parent 46284f1 commit 48e47c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/drone-run-php-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ echo "========================="

[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "3rdparty") -gt 0 ]] && echo "3rdparty is modified" && exit 0

[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "apps/theming/css") -gt 0 ]] && echo "theming css is modified" && exit 0

exit 1

0 comments on commit 48e47c6

Please sign in to comment.