Skip to content

Commit

Permalink
Merge pull request #584 from Shopify/validate-examples-build
Browse files Browse the repository at this point in the history
Validate examples build
  • Loading branch information
tsov committed Sep 28, 2023
2 parents 08b128b + 092e441 commit c68c974
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@ jobs:
- name: Build
run: yarn build

- name: Build Development
run: yarn build:development

- name: Test
run: yarn test

- name: Install dependencies
working-directory: examples/
run: yarn --frozen-lockfile

- name: Build examples
working-directory: examples/
run: yarn build

0 comments on commit c68c974

Please sign in to comment.