mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +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
|
- name: Clean install, build, test
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present --openssl-legacy-provider
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
- name: Coveralls
|
|
||||||
uses: coverallsapp/github-action@master
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user