Skip to content

Commit

Permalink
Always upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 16, 2024
1 parent ccc4686 commit 26de035
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
packages/zui-player/test-results
/var/log/sys*log*
/var/log/kern.log*
- uses: actions/upload-artifact@v2
if: !failure()
with:
name: artifacts-${{ matrix.os }}
path: |
packages/zui-player/run/**
packages/zui-player/test-results
/var/log/sys*log*
/var/log/kern.log*

0 comments on commit 26de035

Please sign in to comment.