diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 49023b9..7649d37 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,10 +31,10 @@ jobs: - run: npm run lint:es6 - run: npm run test:ci - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + #- name: Coveralls + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} - run: npm run build:production - run: npm run test