Skip to content

Commit

Permalink
add artifact collection to upgrade-e2e-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
  • Loading branch information
Per Goncalves da Silva committed Jan 15, 2025
1 parent 2c8e3b9 commit 8e6ee58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ jobs:
go-version-file: go.mod

- name: Run the upgrade e2e test
run: make test-upgrade-e2e
run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e

- uses: cytopia/upload-artifact-retry-action@v0.1.7
if: failure()
with:
name: upgrade-e2e-artifacts
path: /tmp/artifacts/

0 comments on commit 8e6ee58

Please sign in to comment.