.github: upload test logs as build artifacts

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-05-29 15:43:37 +02:00
parent 47a980728a
commit d76b78c873

View File

@ -60,3 +60,7 @@ jobs:
run: |
cd build/dir
make check || (cat test/test-suite.log; false)
- uses: actions/upload-artifact@v3
with:
name: test-logs
path: test/*.log