From 6bc2cbe5e9e3aae2183dbbefb4473dd7a881d157 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 8 Aug 2022 15:35:58 -0400 Subject: [PATCH] Add Windows back to smoke tests (#4202) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d63d2e5d..286e99dc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}