Skip to content

Commit

Permalink
skip coverage upload on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 22, 2020
1 parent 73f5748 commit a29d655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Test
run: yarn run test --forbid-only --forbid-pending
- name: Upload coverage
if: ${{ matrix.os != 'windows-latest' }}
continue-on-error: true
uses: coverallsapp/github-action@v1.1.2
with:
Expand Down

0 comments on commit a29d655

Please sign in to comment.