Skip to content

Commit

Permalink
CI: Upload meson test log
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Larsson <[email protected]>
  • Loading branch information
alexlarsson committed Aug 28, 2024
1 parent 6bd23b2 commit 72dea5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
meson setup build --werror
meson compile -C build
meson test -C build --timeout-multiplier 10
- name: Upload log
uses: actions/upload-artifact@v4
if: always()
with:
name: testlog.txt
path: meson-logs/testlog.txt
integration:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72dea5a

Please sign in to comment.