Skip to content

Commit

Permalink
Fix pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Dec 6, 2024
1 parent 1b0a640 commit c8af17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
with:
name: test-reports-${{ matrix.build.runs-on }}-${{ matrix.test_group_id }}
path: ${{ steps.strings.outputs.test_report_path }}

- name: Show Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
Expand All @@ -219,4 +219,4 @@ jobs:
- name: Report code coverage
uses: romeovs/[email protected]
with:
lcov-file: coverage.info
lcov-file: coverage.info

0 comments on commit c8af17c

Please sign in to comment.