Skip to content

Commit

Permalink
fix: update APT repositories for wfe-base images
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed Jan 31, 2025
1 parent 33071d9 commit 959be4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ jobs:
- name : Job summary
continue-on-error: true
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -492,6 +493,7 @@ jobs:
- name : Job summary
continue-on-error: true
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
junit_xml_file=$(find "test-results" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -1668,6 +1670,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -1923,6 +1926,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -2200,6 +2204,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -2475,6 +2480,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -2749,6 +2755,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down Expand Up @@ -3280,6 +3287,7 @@ jobs:
- name: Parse JUnit XML
if: ${{ !cancelled() }}
run: |
apt-get update
apt-get install -y libxml2-utils
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)
Expand Down

0 comments on commit 959be4d

Please sign in to comment.