Compare commits

...

1 commit

Author SHA1 Message Date
Bret Little 6db14e06d2
feat: add windows to our CI test build 2021-11-10 16:00:13 -05:00

View file

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