[CI] Fix indentation
This commit is contained in:
parent
41df792eef
commit
b64921a0f5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/unit-test.yml
vendored
8
.github/workflows/unit-test.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
./coverage.sh
|
./coverage.sh
|
||||||
|
|
||||||
- name: Upload coverage report as artifact
|
- name: Upload coverage report as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage_report
|
name: coverage_report
|
||||||
path: extras/test/unit/lcov.report.zip
|
path: extras/test/unit/lcov.report.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue