Skip to content

Commit

Permalink
Upload server logs as CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jul 26, 2023
1 parent a126166 commit 3ee46f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ jobs:
- uses: actions/upload-artifact@v3
if: failure()
with:
name: Cypress debug screenshots
path: ui/cypress/debug
name: Debug
retention-days: 3
path: |
ui/cypress/debug
debug

0 comments on commit 3ee46f9

Please sign in to comment.