Upload logs instead of printing them
This commit is contained in:
parent
4fb3839b3e
commit
42a77a5cd5
2 changed files with 9 additions and 1 deletions
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
|
|
@ -58,6 +58,14 @@ jobs:
|
|||
|
||||
exit $EXIT_CODE
|
||||
|
||||
- name: Upload e2e logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: e2e-logs
|
||||
path: logs/
|
||||
retention-days: 30
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: scripts/clean-up.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue