Skip to content

Commit f03c098

Browse files
committed
fix: adjust formatting in agent test summary output
1 parent edacb77 commit f03c098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/salesforce-agent-test-opti.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ 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 }}"
114-
echo "Pass %: ${{ steps.summary.outputs.PERCENT }}%"
114+
echo "Pass : ${{ steps.summary.outputs.PERCENT }}%"
115115
echo "=================================="
116116
117117
- name: Enforce pass threshold

0 commit comments

Comments
 (0)