mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +03:00
[FIX] - COVERALLS TOKEN
This commit is contained in:
parent
97e3273b41
commit
33149dea85
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [ lts/*, latest ]
|
node-version: [ lts/*, latest ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
@ -32,11 +35,6 @@ jobs:
|
|||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
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