Skip to content

Commit 5c3b416

Browse files
fix: add apt-get update to upgrade tests (#373)
### Description Fix missng for upgrade tests: https://github.com/splunk/splunk-add-on-for-amazon-web-services/actions/runs/13251113562/job/36989972917 ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
1 parent 05cc517 commit 5c3b416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,7 @@ jobs:
25882588
- name: Parse JUnit XML
25892589
if: ${{ !cancelled() }}
25902590
run: |
2591+
sudo apt-get update
25912592
apt-get install -y libxml2-utils
25922593
junit_xml_path="${{ needs.setup.outputs.directory-path }}/test-results"
25932594
junit_xml_file=$(find "$junit_xml_path" -name "*.xml" -type f 2>/dev/null | head -n 1)

0 commit comments

Comments
 (0)