mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
Add upload for e2e artifacts
- adding outside e2e branches since actions run on master
This commit is contained in:
parent
2942aaeab4
commit
56ff9c7f5f
9
.github/workflows/test-e2e.yml
vendored
9
.github/workflows/test-e2e.yml
vendored
@ -59,3 +59,12 @@ jobs:
|
||||
# application to run headless without any changes to the code
|
||||
- name: WebdriverIO
|
||||
run: xvfb-run pnpm test:e2e
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: WebdriverIO Artifacts
|
||||
overwrite: true
|
||||
path: |
|
||||
./apps/desktop/e2e/videos
|
||||
~/.config/com.gitbutler.app*/logs
|
||||
|
Loading…
Reference in New Issue
Block a user