mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-18 19:43:12 +03:00
WITHOUT COVERALLS
This commit is contained in:
parent
3309cacca6
commit
0b65a9917a
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user