Skip to content

Commit

Permalink
Run the coveralls step only for windows (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila authored Jan 13, 2025
1 parent 428a1cd commit adca2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: yarn test:github

- name: coveralls
if: matrix.node-version == '22.x'
if: matrix.node-version == '22.x' && matrix.os == 'windows'
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit adca2e0

Please sign in to comment.