Browse Source

fix: also run phpunit on `apps/theming/css` modified files

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v28.0.0beta1
John Molakvoæ 10 months ago
parent
commit
48e47c6a46
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      tests/drone-run-php-tests.sh

+ 2
- 0
tests/drone-run-php-tests.sh View File

@@ -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

Loading…
Cancel
Save