Skip to content

Commit fbe99a6

Browse files
authored
Merge pull request #4 from Think2Corp/CI-test
fix: adjust spacing in agent test summary output
2 parents 179b889 + 143a67a commit fbe99a6

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)