Skip to content

Commit f1934b6

Browse files
committed
gha: run & upload must-gather
Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Assisted-by: AI
1 parent c56e1c5 commit f1934b6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ jobs:
7676
run: |
7777
eval $(ssh-agent -s)
7878
make integration-tests
79+
- name: "Gather must-gather"
80+
if: always()
81+
run: must-gather/gather
82+
env:
83+
COLLECTION_PATH: must-gather-output
84+
- name: "Upload must-gather"
85+
if: always()
86+
uses: actions/upload-artifact@v7
87+
with:
88+
name: must-gather
89+
path: must-gather-output/

0 commit comments

Comments
 (0)