Skip to content

Commit 43d2dcc

Browse files
fix: fix parsing junit xml in upgrade tests (#381)
Fix for failing `Parse JUnit XML` job in upgrade tests.
2 parents 7fa642c + 8702ae9 commit 43d2dcc

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
@@ -2563,7 +2563,7 @@ jobs:
25632563
- name: Parse JUnit XML
25642564
if: ${{ !cancelled() }}
25652565
run: |
2566-
sudo apt-get update
2566+
apt-get update
25672567
apt-get install -y libxml2-utils
25682568
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
25692569
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)

0 commit comments

Comments
 (0)