Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Nov 28, 2024
1 parent 9598da7 commit 713e6af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ jobs:
path: blob-report
retention-days: 14

- name: Upload logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: logs-browser
path: test-logs

- name: Clean up license files
if: always()
run: cd .. && rm -rf positron-license
Expand Down

0 comments on commit 713e6af

Please sign in to comment.