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 <[email protected]>
  • Loading branch information
jmprusi committed May 31, 2023
1 parent ac51b82 commit 97bba47
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/[email protected]
with:
name: e2e-artifacts
path: /tmp/artifacts/

0 comments on commit 97bba47

Please sign in to comment.