Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamgreyson committed Jan 10, 2024
1 parent 03d3430 commit fa86804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
- name: Make code coverage badge

uses: timkrase/[email protected]
if: ${{ ! startWith(matrix.os, 'windows') }}
if: ${{ ! startsWith(matrix.os, 'windows') }}
with:
coverage_badge_path: output/coverage.svg
report: build/logs/clover.xml

# push coverage badge
- name: Git push to coverage-badge branch
uses: peaceiris/actions-gh-pages@v3
if: ${{ ! startWith(matrix.os, 'windows') }}
if: ${{ ! startsWith(matrix.os, 'windows') }}
with:
publish_dir: ./output
publish_branch: coverage-badge
Expand Down

0 comments on commit fa86804

Please sign in to comment.