Skip to content

Commit

Permalink
github: also collect test logs on bsd
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Aug 5, 2024
1 parent b27bbf3 commit 43728cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:
run: |
meson setup builddir
meson test -C builddir --print-errorlogs
# Capture all the meson logs, even if we failed
- uses: actions/upload-artifact@v4
if: ${{ always() }} # even if we fail
with:
name: meson test logs
path: |
builddir/meson-logs/testlog*.txt
builddir/meson-logs/meson-log.txt

0 comments on commit 43728cd

Please sign in to comment.