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:
2288
2288
errors=$(xmllint --xpath 'sum(//testsuite/@errors)' "$junit_xml_file")
2289
2289
skipped=$(xmllint --xpath 'sum(//testsuite/@skipped)' "$junit_xml_file")
2290
2290
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
2292
2292
else
2293
2293
echo "no XML File found, exiting"
2294
2294
exit 1
You can’t perform that action at this time.
0 commit comments