Archive unit test report as an artifact

This commit is contained in:
Shrukan
2024-02-17 18:46:45 -07:00
parent e7aca940f1
commit 61fa5ae7bb

View File

@ -14,6 +14,11 @@ jobs:
- name: Unit test
run: just test
- name: Compress test report
run: tar -czf build/test_logs.tar.gz build/meson-logs
- name: Archive test report
coverage:
runs-on: ubuntu-latest
container: gitea.shrukanslab.xyz/sl-devs/cpp-template/dev-environment:latest