Skip to content

Commit 1551fcc

Browse files
chore: fixing table for scripted input report (#326)
1 parent 5093156 commit 1551fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ jobs:
22882288
errors=$(xmllint --xpath 'sum(//testsuite/@errors)' "$junit_xml_file")
22892289
skipped=$(xmllint --xpath 'sum(//testsuite/@skipped)' "$junit_xml_file")
22902290
passed=$((total_tests - failures - errors - skipped))
2291-
echo "splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} |$total_tests |$passed |$failures |$errors |${{steps.test_report.outputs.url_html}}" > job_summary.txt
2291+
echo "splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} |$total_tests |$passed |$failures |$errors |$skipped |${{steps.test_report.outputs.url_html}}" > job_summary.txt
22922292
else
22932293
echo "no XML File found, exiting"
22942294
exit 1

0 commit comments

Comments
 (0)