Skip to content

Commit

Permalink
ci: updating table
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Sep 3, 2024
1 parent 5093156 commit dce5700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ jobs:
errors=$(xmllint --xpath 'sum(//testsuite/@errors)' "$junit_xml_file")
skipped=$(xmllint --xpath 'sum(//testsuite/@skipped)' "$junit_xml_file")
passed=$((total_tests - failures - errors - skipped))
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
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
else
echo "no XML File found, exiting"
exit 1
Expand Down

0 comments on commit dce5700

Please sign in to comment.