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 5245301 commit b9c100cCopy full SHA for b9c100c
.github/workflows/salesforce-agent-test-opti.yml
@@ -117,5 +117,5 @@ jobs:
117
- name: Enforce pass threshold
118
if: ${{ steps.summary.outputs.PERCENT < 75 }}
119
run: |
120
- echo "❌ Agent tests failed threshold. Only ${{ steps.summary.outputs.PERCENT }}% passed."
+ echo "❌ Agent tests failed threshold (75%). Only ${{ steps.summary.outputs.PERCENT }}% passed."
121
exit 1
0 commit comments