[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
|
||||
|
||||
- name: Upload coverage report as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage_report
|
||||
path: extras/test/unit/lcov.report.zip
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage_report
|
||||
path: extras/test/unit/lcov.report.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue