fix(ci): run coveralls upload only on ubuntu-latest

This commit is contained in:
Naoki Oketani
2025-05-13 21:10:54 +09:00
parent 85de61634f
commit 5576a0546a

View File

@@ -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 }}