Fix CI configs to actually work

Co-authored-by: Shrukan <shrukan@shrukanslab.xyz>
Reviewed-on: sl-devs/cpp-template#7
This commit is contained in:
2024-02-18 00:15:05 +00:00
parent 6a165bcd51
commit f03782c380
3 changed files with 17 additions and 3 deletions

View File

@ -28,9 +28,9 @@ jobs:
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
- name: Archive coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: docs
name: coverage_report
path: build/coverage.tar.gz
retention-days: 5
@ -41,6 +41,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Configure
run: just configure
- name: Static analysis
run: just check
@ -51,5 +54,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Configure
run: just configure
- name: Sanitize
run: just sanitize