We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b019a3 + c508744 commit 4109cedCopy full SHA for 4109ced
1 file changed
.github/workflows/pr.yml
@@ -30,6 +30,7 @@ jobs:
30
run: meson test -C build --verbose
31
32
- uses: actions/upload-artifact@v4
33
+ if: always()
34
with:
35
name: default-meson-testlog
36
path: build/meson-logs/testlog.txt
@@ -60,6 +61,7 @@ jobs:
60
61
62
63
64
65
66
name: no-libsystemd-meson-testlog
67
0 commit comments