Skip to content

Commit

Permalink
CI: Preserve logs as a build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Aug 7, 2023
1 parent 15bcfac commit e0867b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ jobs:
- name: Test
run: |
bash -c 'meson test -C _build --print-errorlogs'
- name: Upload test logs
uses: actions/upload-artifact@v3
with:
name: testlogs
path: _build/meson-logs/*
if: ${{ !cancelled() }}

0 comments on commit e0867b0

Please sign in to comment.