Skip to content

Commit

Permalink
Ensure E2E test artifacts are uploaded on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 6, 2025
1 parent 7448144 commit c4703b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: ${{ failure() }}
with:
name: ${{ matrix.k8s-version }}-${{ matrix.dashboard-mode }}
path: ${{ env.ARTIFACTS }}
Expand Down

0 comments on commit c4703b0

Please sign in to comment.