diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c6f331..a3223b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: - name: Run webpack run: yarn run test:webpack - name: Submit coverage results + if: matrix.os == 'ubuntu-latest' uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.github_token }}