Skip to content

Commit e9988db

Browse files
committed
github: upload test log as an artifact
meson's stdout doesn't capture actual failure reasons, so store the log as well. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 4cc9b81 commit e9988db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Test mctp
3030
run: meson test -C build --verbose
3131

32+
- uses: actions/upload-artifact@v4
33+
with:
34+
name: default-meson-testlog
35+
path: build/meson-logs/testlog.txt
36+
3237
no-libsystemd:
3338
runs-on: ubuntu-latest
3439
steps:
@@ -53,3 +58,8 @@ jobs:
5358

5459
- name: Test mctp
5560
run: meson test -C build --verbose
61+
62+
- uses: actions/upload-artifact@v4
63+
with:
64+
name: no-libsystemd-meson-testlog
65+
path: build/meson-logs/testlog.txt

0 commit comments

Comments
 (0)