mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #32871 from nextcloud/backport/32813/stable23
[stable23] Run php tests when 3rdparty changed
This commit is contained in:
commit
e7e782b831
1 changed files with 2 additions and 0 deletions
|
|
@ -22,4 +22,6 @@ echo "========================="
|
|||
|
||||
[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "/tests/") -gt 0 ]] && echo "PHP test files of an app are modified" && exit 0
|
||||
|
||||
[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "3rdparty") -gt 0 ]] && echo "3rdparty is modified" && exit 0
|
||||
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue