We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cc517 commit 5c3b416Copy full SHA for 5c3b416
.github/workflows/reusable-build-test-release.yml
@@ -2588,6 +2588,7 @@ jobs:
2588
- name: Parse JUnit XML
2589
if: ${{ !cancelled() }}
2590
run: |
2591
+ sudo apt-get update
2592
apt-get install -y libxml2-utils
2593
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2594
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
0 commit comments