We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc9b81 commit e9988dbCopy full SHA for e9988db
1 file changed
.github/workflows/pr.yml
@@ -29,6 +29,11 @@ jobs:
29
- name: Test mctp
30
run: meson test -C build --verbose
31
32
+ - uses: actions/upload-artifact@v4
33
+ with:
34
+ name: default-meson-testlog
35
+ path: build/meson-logs/testlog.txt
36
+
37
no-libsystemd:
38
runs-on: ubuntu-latest
39
steps:
@@ -53,3 +58,8 @@ jobs:
53
58
54
59
55
60
61
62
63
64
+ name: no-libsystemd-meson-testlog
65
0 commit comments