update
This commit is contained in:
16
APP/nexus-remote/node_modules/sdp/.github/workflows/npm-test.yml
generated
vendored
Normal file
16
APP/nexus-remote/node_modules/sdp/.github/workflows/npm-test.yml
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: npm-test
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- run: npm run coverage
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
file: ./coverage.lcov
|
||||
Reference in New Issue
Block a user