chore: update verify workflow to run node tests on windows
This commit is contained in:
parent
841898f57a
commit
9a7522f844
1 changed files with 2 additions and 1 deletions
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
|
|
@ -68,10 +68,11 @@ jobs:
|
||||||
|
|
||||||
node-tests:
|
node-tests:
|
||||||
name: Node tests
|
name: Node tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x]
|
node-version: [12.x, 14.x]
|
||||||
|
os: [ubuntu-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue