Skip to content

Commit

Permalink
Merge pull request #39329 from nextcloud/feat/phpunit-for-css-generat…
Browse files Browse the repository at this point in the history
…ed-file

fix: also run phpunit on `apps/theming/css` modified files
  • Loading branch information
nickvergessen committed Jul 13, 2023
2 parents 1d40f86 + 48e47c6 commit d5ee076
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 d5ee076

Please sign in to comment.