Skip to content

Commit

Permalink
CI: Generate e2e artifacts and upload
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Moreno Prusi <joaquim@redhat.com>
  • Loading branch information
jmprusi committed Jun 1, 2023
1 parent f5fed1a commit 6234c66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:

- name: Run e2e tests
run: |
make e2e
ARTIFACT_PATH=/tmp/artifacts make e2e
- uses: cytopia/upload-artifact-retry-action@v0.1.7
with:
name: e2e-artifacts
path: /tmp/artifacts/

0 comments on commit 6234c66

Please sign in to comment.