Skip to content

Commit 8702ae9

Browse files
fix: fix parsing junit xml in upgrade tests
1 parent 5c3b416 commit 8702ae9

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
@@ -2588,7 +2588,7 @@ jobs:
25882588
- name: Parse JUnit XML
25892589
if: ${{ !cancelled() }}
25902590
run: |
2591-
sudo apt-get update
2591+
apt-get update
25922592
apt-get install -y libxml2-utils
25932593
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
25942594
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)

0 commit comments

Comments
 (0)