@@ -400,6 +400,7 @@ jobs:
400
400
- name : Job summary
401
401
continue-on-error : true
402
402
run : |
403
+ sudo apt-get update
403
404
sudo apt-get install -y libxml2-utils
404
405
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
405
406
@@ -468,6 +469,7 @@ jobs:
468
469
- name : Job summary
469
470
continue-on-error : true
470
471
run : |
472
+ sudo apt-get update
471
473
sudo apt-get install -y libxml2-utils
472
474
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
473
475
@@ -1405,6 +1407,7 @@ jobs:
1405
1407
- name : Parse JUnit XML
1406
1408
if : ${{ !cancelled() }}
1407
1409
run : |
1410
+ apt-get update
1408
1411
apt-get install -y libxml2-utils
1409
1412
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1410
1413
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -1660,6 +1663,7 @@ jobs:
1660
1663
- name : Parse JUnit XML
1661
1664
if : ${{ !cancelled() }}
1662
1665
run : |
1666
+ apt-get update
1663
1667
apt-get install -y libxml2-utils
1664
1668
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1665
1669
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -1937,6 +1941,7 @@ jobs:
1937
1941
- name : Parse JUnit XML
1938
1942
if : ${{ !cancelled() }}
1939
1943
run : |
1944
+ apt-get update
1940
1945
apt-get install -y libxml2-utils
1941
1946
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1942
1947
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -2212,6 +2217,7 @@ jobs:
2212
2217
- name : Parse JUnit XML
2213
2218
if : ${{ !cancelled() }}
2214
2219
run : |
2220
+ apt-get update
2215
2221
apt-get install -y libxml2-utils
2216
2222
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2217
2223
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -2486,6 +2492,7 @@ jobs:
2486
2492
- name : Parse JUnit XML
2487
2493
if : ${{ !cancelled() }}
2488
2494
run : |
2495
+ apt-get update
2489
2496
apt-get install -y libxml2-utils
2490
2497
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2491
2498
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -2754,6 +2761,7 @@ jobs:
2754
2761
- name : Parse JUnit XML
2755
2762
if : ${{ !cancelled() }}
2756
2763
run : |
2764
+ apt-get update
2757
2765
apt-get install -y libxml2-utils
2758
2766
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2759
2767
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
0 commit comments