Skip to content

Commit df72fb8

Browse files
committed
👷 Build and test during CI
1 parent 4361a20 commit df72fb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
cache: pnpm
2424
- name: Install dependencies
2525
run: pnpm install --ignore-scripts
26+
27+
- name: Build and test
28+
run: |
29+
pnpm -r source
30+
pnpm -r build
31+
pnpm -r test
32+
2633
- name: Run linting/formatting checks
2734
run: |
2835
pnpm lint:ci

0 commit comments

Comments
 (0)