.github: upload test logs as build artifacts
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
47a980728a
commit
d76b78c873
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -60,3 +60,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build/dir
|
cd build/dir
|
||||||
make check || (cat test/test-suite.log; false)
|
make check || (cat test/test-suite.log; false)
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: test-logs
|
||||||
|
path: test/*.log
|
||||||
|
Loading…
Reference in New Issue
Block a user