From 143a67a74c0856d4ac2db6f610a6f34c53c5f6ae Mon Sep 17 00:00:00 2001 From: Nathan Abondance <32196400+nabondance@users.noreply.github.com> Date: Sun, 18 May 2025 22:44:03 +0200 Subject: [PATCH] fix: adjust spacing in agent test summary output --- .github/workflows/salesforce-agent-test-opti.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/salesforce-agent-test-opti.yml b/.github/workflows/salesforce-agent-test-opti.yml index 95ef38f..cb78295 100644 --- a/.github/workflows/salesforce-agent-test-opti.yml +++ b/.github/workflows/salesforce-agent-test-opti.yml @@ -108,7 +108,7 @@ jobs: echo "==================================" echo " Agent Test Summary " echo "==================================" - echo "Total Tests : ${{ steps.summary.outputs.TOTAL }}" + echo "Total Tests : ${{ steps.summary.outputs.TOTAL }}" echo "Tests Passed: ${{ steps.summary.outputs.PASSED }}" echo "Tests Failed: ${{ steps.summary.outputs.FAILED }}" echo "Pass : ${{ steps.summary.outputs.PERCENT }}%"