@@ -421,6 +421,7 @@ jobs:
421
421
- name : Job summary
422
422
continue-on-error : true
423
423
run : |
424
+ sudo apt-get update
424
425
sudo apt-get install -y libxml2-utils
425
426
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
426
427
@@ -489,6 +490,7 @@ jobs:
489
490
- name : Job summary
490
491
continue-on-error : true
491
492
run : |
493
+ sudo apt-get update
492
494
sudo apt-get install -y libxml2-utils
493
495
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
494
496
@@ -1426,6 +1428,7 @@ jobs:
1426
1428
- name : Parse JUnit XML
1427
1429
if : ${{ !cancelled() }}
1428
1430
run : |
1431
+ apt-get update
1429
1432
apt-get install -y libxml2-utils
1430
1433
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1431
1434
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -1681,6 +1684,7 @@ jobs:
1681
1684
- name : Parse JUnit XML
1682
1685
if : ${{ !cancelled() }}
1683
1686
run : |
1687
+ apt-get update
1684
1688
apt-get install -y libxml2-utils
1685
1689
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1686
1690
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -1958,6 +1962,7 @@ jobs:
1958
1962
- name : Parse JUnit XML
1959
1963
if : ${{ !cancelled() }}
1960
1964
run : |
1965
+ apt-get update
1961
1966
apt-get install -y libxml2-utils
1962
1967
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
1963
1968
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -2233,6 +2238,7 @@ jobs:
2233
2238
- name : Parse JUnit XML
2234
2239
if : ${{ !cancelled() }}
2235
2240
run : |
2241
+ apt-get update
2236
2242
apt-get install -y libxml2-utils
2237
2243
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2238
2244
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -2507,6 +2513,7 @@ jobs:
2507
2513
- name : Parse JUnit XML
2508
2514
if : ${{ !cancelled() }}
2509
2515
run : |
2516
+ apt-get update
2510
2517
apt-get install -y libxml2-utils
2511
2518
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
2512
2519
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
@@ -3038,6 +3045,7 @@ jobs:
3038
3045
- name : Parse JUnit XML
3039
3046
if : ${{ !cancelled() }}
3040
3047
run : |
3048
+ apt-get update
3041
3049
apt-get install -y libxml2-utils
3042
3050
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
3043
3051
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
0 commit comments