Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update APT repositories for wfe-base images
Browse files Browse the repository at this point in the history
mbruzda-splunk committed Jan 31, 2025
1 parent 3197d65 commit e399015
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
@@ -400,6 +400,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)
@@ -468,6 +469,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)
@@ -1405,6 +1407,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)
@@ -1660,6 +1663,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)
@@ -1937,6 +1941,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)
@@ -2212,6 +2217,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)
@@ -2486,6 +2492,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)
@@ -2754,6 +2761,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)

0 comments on commit e399015

Please sign in to comment.