From 31424f9c1d36593b832226a8dfabdfd4bc6c52d7 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Mon, 13 Jan 2025 12:38:16 -0300 Subject: [PATCH] Run the coveralls step only for windows --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94a21d62fc..bde786251e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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/github-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}