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
d590bf372f
commit
2107fe68c3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unitTests.yml
vendored
4
.github/workflows/unitTests.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
node-version: '14'
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run unit tests with coverage
|
||||
|
|
@ -41,6 +41,6 @@ jobs:
|
|||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
file: coverage.txt
|
||||
flags: unittests
|
||||
flags: UnitTests
|
||||
verbose: true
|
||||
fail_ci_if_error: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue