summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-12 09:25:39 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-07-13 16:16:24 +0000
commit346bdd4cd6204a3c680eeacbb4c9a040faffc7c3 (patch)
treedcbc445ffc925aec8a7d8ace82a9a22e71db7226 /tests
parent7eff5b06accbc7baaa5d9665f02127bdd36cf02a (diff)
downloadnextcloud-server-346bdd4cd6204a3c680eeacbb4c9a040faffc7c3.tar.gz
nextcloud-server-346bdd4cd6204a3c680eeacbb4c9a040faffc7c3.zip
fix: also run phpunit on `apps/theming/css` modified files
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/drone-run-php-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/drone-run-php-tests.sh b/tests/drone-run-php-tests.sh
index ff4737b77a0..aad781a1c7b 100755
--- a/tests/drone-run-php-tests.sh
+++ b/tests/drone-run-php-tests.sh
@@ -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