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 f03c098 commit 143a67aCopy full SHA for 143a67a
.github/workflows/salesforce-agent-test-opti.yml
@@ -108,7 +108,7 @@ 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 }}%"
0 commit comments