Skip to content

Commit b9c100c

Browse files
committed
fix: enhance failure message for agent test threshold enforcement
1 parent 5245301 commit b9c100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/salesforce-agent-test-opti.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
- name: Enforce pass threshold
118118
if: ${{ steps.summary.outputs.PERCENT < 75 }}
119119
run: |
120-
echo "❌ Agent tests failed threshold. Only ${{ steps.summary.outputs.PERCENT }}% passed."
120+
echo "❌ Agent tests failed threshold (75%). Only ${{ steps.summary.outputs.PERCENT }}% passed."
121121
exit 1

0 commit comments

Comments
 (0)