File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments