WITHOUT COVERALLS

This commit is contained in:
Artem Vasilev 2022-06-22 19:20:06 +03:00
parent 3309cacca6
commit 0b65a9917a

View File

@ -29,14 +29,9 @@ jobs:
- name: Clean install, build, test
run: |
npm ci
npm run build --if-present
npm run build --if-present --openssl-legacy-provider
npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
lint:
runs-on: ubuntu-20.04