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 edacb77 commit f03c098Copy full SHA for f03c098
.github/workflows/salesforce-agent-test-opti.yml
@@ -108,10 +108,10 @@ jobs:
108
echo "=================================="
109
echo " Agent Test Summary "
110
111
- echo "Total Tests: ${{ steps.summary.outputs.TOTAL }}"
+ echo "Total Tests : ${{ steps.summary.outputs.TOTAL }}"
112
echo "Tests Passed: ${{ steps.summary.outputs.PASSED }}"
113
echo "Tests Failed: ${{ steps.summary.outputs.FAILED }}"
114
- echo "Pass %: ${{ steps.summary.outputs.PERCENT }}%"
+ echo "Pass : ${{ steps.summary.outputs.PERCENT }}%"
115
116
117
- name: Enforce pass threshold
0 commit comments