We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41fe0 commit c3d3e31Copy full SHA for c3d3e31
bin/test-changed-exercise
@@ -13,7 +13,7 @@ MERGE_BASE=$(git merge-base HEAD origin/"$BASE_BRANCH")
13
# Get changed files relative to merge base
14
changed_files=$(git diff --name-only "$MERGE_BASE" HEAD)
15
16
-# 🔹 NEW: If any Gradle build file changed, run the full suite and exit
+# If any Gradle build file changed, run the full suite and exit
17
if echo "$changed_files" | grep -qE '\.(gradle|gradlew|bat)$|settings\.gradle'; then
18
echo "Gradle build files changed, running full test suite..."
19
./exercises/gradlew -p exercises test
0 commit comments