CI test onlu napi
This commit is contained in:
parent
082646838d
commit
7b4f9046a3
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10, 12, 14]
|
||||
node-version: [10, 12, 14, 15]
|
||||
os: [ubuntu-latest] # failing on [windows-latest, macOS-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -15,4 +15,4 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i
|
||||
- run: npm test
|
||||
- run: npm run test_napi
|
||||
|
Loading…
x
Reference in New Issue
Block a user