Skip to content

Commit

Permalink
Validate examples build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Sep 28, 2023
1 parent 2bc3799 commit 092e441
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 092e441

Please sign in to comment.