From 6db14e06d2e51e26c6bc5430b9b0055c1749b05c Mon Sep 17 00:00:00 2001 From: Bret Little Date: Wed, 10 Nov 2021 16:00:13 -0500 Subject: [PATCH] feat: add windows to our CI test build --- .github/workflows/tests_and_lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_lint.yml b/.github/workflows/tests_and_lint.yml index b38e504..fa25bf4 100644 --- a/.github/workflows/tests_and_lint.yml +++ b/.github/workflows/tests_and_lint.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-2019 strategy: matrix: @@ -39,6 +39,10 @@ jobs: - name: Install the packages run: yarn install --frozen-lockfile + + - name: Prepack + run: yarn prepack + working-directory: ./packages/create-hydrogen-app - name: Lint the framework code run: yarn lint