Skip to content

Commit cc92bd4

Browse files
committed
fix(ci): update math vault evaluations to use recursive grep, resolving exit code 2
1 parent 5c065ad commit cc92bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prompt-evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Math Stability Audit
2121
run: |
22-
grep -i "TTT\|TUPT\|LWE" .github/prompts/
22+
grep -ri "TTT\|TUPT\|LWE" .github/prompts/

0 commit comments

Comments
 (0)