diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611c94dc..d645d241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,6 @@ jobs: node-version: 14 - name: Install and test run: npm install-ci-test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: npm run build - name: Lint