mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Update unitTests.yml
This commit is contained in:
parent
6bb1a226f6
commit
04ebec1c50
1 changed files with 3 additions and 3 deletions
6
.github/workflows/unitTests.yml
vendored
6
.github/workflows/unitTests.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15.x]
|
||||
matrix:
|
||||
node-version: [15.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -41,4 +41,4 @@ jobs:
|
|||
- run: npm install
|
||||
- run: npm test
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue