Skip to content

Commit 143a67a

Browse files
committed
fix: adjust spacing in agent test summary output
1 parent f03c098 commit 143a67a

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
@@ -108,7 +108,7 @@ jobs:
108108
echo "=================================="
109109
echo " Agent Test Summary "
110110
echo "=================================="
111-
echo "Total Tests : ${{ steps.summary.outputs.TOTAL }}"
111+
echo "Total Tests : ${{ steps.summary.outputs.TOTAL }}"
112112
echo "Tests Passed: ${{ steps.summary.outputs.PASSED }}"
113113
echo "Tests Failed: ${{ steps.summary.outputs.FAILED }}"
114114
echo "Pass : ${{ steps.summary.outputs.PERCENT }}%"

0 commit comments

Comments
 (0)