diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c53979a..8e9486e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,10 +23,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm i - run: npm test --color=always - - name: Coveralls - uses: coverallsapp/github-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} automerge: needs: test