Skip to content

Commit

Permalink
upload sonobuoy test result as artifact on manual sonobuoy dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: UMEZAWA Takeshi <[email protected]>
  • Loading branch information
umezawatakeshi committed Jul 9, 2024
1 parent 6dfbe00 commit 9fccbde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sonobuoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
- name: Check failures
run: |
grep -F 'no tests failed for plugin "e2e" in tarball' /tmp/e2e-check.log
- name: Upload sonobuoy test result
uses: actions/upload-artifact@v4
with:
name: sonobuoy-test
path: /tmp/sonobuoy.tar.gz
retention-days: 1
if: always()

0 comments on commit 9fccbde

Please sign in to comment.