Skip to content

Commit 6234c66

Browse files
committed
CI: Generate e2e artifacts and upload
Signed-off-by: Joaquim Moreno Prusi <joaquim@redhat.com>
1 parent f5fed1a commit 6234c66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ jobs:
2020

2121
- name: Run e2e tests
2222
run: |
23-
make e2e
23+
ARTIFACT_PATH=/tmp/artifacts make e2e
24+
25+
- uses: cytopia/upload-artifact-retry-action@v0.1.7
26+
with:
27+
name: e2e-artifacts
28+
path: /tmp/artifacts/

0 commit comments

Comments
 (0)