fix(ci): run coveralls upload only on ubuntu-latest
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm run test:coverage
|
||||
- uses: coverallsapp/github-action@master
|
||||
- name: Upload coverage to Coveralls
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user