Skip to content

Commit

Permalink
ci: upload test log artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 20, 2024
1 parent 72fcda4 commit ac8f7de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ jobs:
path: test_data.hipo
- run: meson test
working-directory: build
- run: upload test logs
uses: actions/upload-artifact@v4
if: always()
with:
name: test-${{ matrix.runner }}
retention-days: 5
path: build/meson-logs/*

0 comments on commit ac8f7de

Please sign in to comment.