summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-08-08 15:35:58 -0400
committerGravatar GitHub <noreply@github.com> 2022-08-08 15:35:58 -0400
commit6bc2cbe5e9e3aae2183dbbefb4473dd7a881d157 (patch)
treed0c0734f4be84df8af94331f21b4417f0fd90535
parent25d36d955899f2fba7c5a2e4f04bbe7c95a2146b (diff)
downloadastro-6bc2cbe5e9e3aae2183dbbefb4473dd7a881d157.tar.gz
astro-6bc2cbe5e9e3aae2183dbbefb4473dd7a881d157.tar.zst
astro-6bc2cbe5e9e3aae2183dbbefb4473dd7a881d157.zip
Add Windows back to smoke tests (#4202)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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 }}