Add Windows back to smoke tests (#4202)
This commit is contained in:
parent
25d36d9558
commit
6bc2cbe5e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -184,7 +184,7 @@ jobs:
|
|||
needs: build
|
||||
strategy:
|
||||
matrix:
|
||||
OS: [ubuntu-latest]
|
||||
OS: [ubuntu-latest, windows-latest]
|
||||
NODE_VERSION: [14]
|
||||
env:
|
||||
NODE_VERSION: ${{ matrix.NODE_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue