Skip to content

Commit 594f72c

Browse files
committed
Merge branch 'tms_078' of https://github.com/jenkinsci/vectorcast-execution-plugin into tms_078
2 parents 804f288 + 324c044 commit 594f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pdb-traces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Find and grep for pdb.set_trace()
1717
run: |
1818
echo "Searching for 'pdb.set_trace()' in Python files..."
19-
grep -rn "pdb.set_trace()" src/main/resources/scripts/*.py || echo "No occurrences found."
19+
grep -rn "pdb.set_trace()" src/main/resources/scripts/*.py && exit 1 || echo "No occurrences found."

0 commit comments

Comments
 (0)