Add Windows back to smoke tests (#4202)

This commit is contained in:
Matthew Phillips 2022-08-08 15:35:58 -04:00 committed by GitHub
parent 25d36d9558
commit 6bc2cbe5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}