Skip to content

Commit

Permalink
[CI] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Feb 7, 2025
1 parent 41df792 commit b64921a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b64921a

Please sign in to comment.