Skip to content

Commit 7110496

Browse files
authored
Merge pull request #341 from dojoengine/feat/ci-build-examples
feat: build examples on ci
2 parents 4c8cac6 + c76c74b commit 7110496

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Build packages
4444
run: pnpm run build
4545

46+
- name: Build examples
47+
run: pnpm run build-examples
48+
4649
# - name: Upload coverage reports to Codecov
4750
# uses: codecov/codecov-action@v3
4851
# env:

0 commit comments

Comments
 (0)