Skip to content

Commit c3d3e31

Browse files
jagdish-15kahgoh
andauthored
Update bin/test-changed-exercise
Co-authored-by: Kah Goh <[email protected]>
1 parent 5b41fe0 commit c3d3e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-changed-exercise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MERGE_BASE=$(git merge-base HEAD origin/"$BASE_BRANCH")
1313
# Get changed files relative to merge base
1414
changed_files=$(git diff --name-only "$MERGE_BASE" HEAD)
1515

16-
# 🔹 NEW: If any Gradle build file changed, run the full suite and exit
16+
# If any Gradle build file changed, run the full suite and exit
1717
if echo "$changed_files" | grep -qE '\.(gradle|gradlew|bat)$|settings\.gradle'; then
1818
echo "Gradle build files changed, running full test suite..."
1919
./exercises/gradlew -p exercises test

0 commit comments

Comments
 (0)