mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-18 19:43:12 +03:00
Добавил Coveralls в actions
This commit is contained in:
parent
99aa0cd27e
commit
a4411effa0
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user