From 9529b1a45c007286c22861e106b82200545e4198 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 11 Jul 2022 19:12:31 -0400 Subject: [PATCH] wip: try reintroducing windows smoke --- .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 e6d59eb0f..3ad88a4e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: needs: build strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest] node_version: [14] steps: - name: Checkout docs