Skip to content

Commit c68c974

Browse files
authored
Merge pull request #584 from Shopify/validate-examples-build
Validate examples build
2 parents 08b128b + 092e441 commit c68c974

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,16 @@ jobs:
3131
- name: Build
3232
run: yarn build
3333

34+
- name: Build Development
35+
run: yarn build:development
36+
3437
- name: Test
3538
run: yarn test
39+
40+
- name: Install dependencies
41+
working-directory: examples/
42+
run: yarn --frozen-lockfile
43+
44+
- name: Build examples
45+
working-directory: examples/
46+
run: yarn build

0 commit comments

Comments
 (0)