From 3b427a09f07b4cd2c2e32a940bc0d1fbc0470d65 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:54:26 +0100 Subject: [PATCH] Run integration tests on 3rdparty bump Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- tests/drone-run-integration-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/drone-run-integration-tests.sh b/tests/drone-run-integration-tests.sh index af3c7a895c836..a341f363b863f 100755 --- a/tests/drone-run-integration-tests.sh +++ b/tests/drone-run-integration-tests.sh @@ -20,4 +20,6 @@ echo "=========================" [[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "^build/integration/") -gt 0 ]] && echo "Integration test files 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