Fix unit test archive task

This commit is contained in:
Shrukan
2024-02-17 18:47:51 -07:00
parent 61fa5ae7bb
commit 28eafc2bd3

View File

@ -18,6 +18,11 @@ jobs:
run: tar -czf build/test_logs.tar.gz build/meson-logs run: tar -czf build/test_logs.tar.gz build/meson-logs
- name: Archive test report - name: Archive test report
uses: actions/upload-artifact@v3
with:
name: test_logs
path: build/test_logs.tar.gz
retention-days: 5
coverage: coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest