chore(gha): test where artifacts get written in GHA

This commit is contained in:
ndom91 2024-05-05 19:56:44 +02:00
parent d941a96cb8
commit 4aeff1182a
No known key found for this signature in database

View File

@ -31,6 +31,9 @@ jobs:
run: cd app && pnpm test:e2e
env:
CI: true
- run: ls -lah .
- run: ls -lah /home/runner/work/gitbutler/gitbutler/
- run: ls -lah /home/runner/work/gitbutler/gitbutler/app/
- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}