Archive unit test report as an artifact
This commit is contained in:
@ -14,6 +14,11 @@ jobs:
|
|||||||
- name: Unit test
|
- name: Unit test
|
||||||
run: just test
|
run: just test
|
||||||
|
|
||||||
|
- name: Compress test report
|
||||||
|
run: tar -czf build/test_logs.tar.gz build/meson-logs
|
||||||
|
|
||||||
|
- name: Archive test report
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: gitea.shrukanslab.xyz/sl-devs/cpp-template/dev-environment:latest
|
container: gitea.shrukanslab.xyz/sl-devs/cpp-template/dev-environment:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user