Skip to content

Commit 92429f1

Browse files
committed
ci
1 parent acc98cd commit 92429f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'pnpm'
30-
- name: Install dependencies
31-
run: pnpm install -r --offline
30+
- name: Install dependencies for packages
31+
run: pnpm install --filter "./packages/**"
3232
- name: Build all packages
3333
run: pnpm build
3434
- name: Run linter
3535
run: pnpm lint
36+
- name: Install dependencies for examples
37+
run: pnpm install --filter "./examples/**"
3638
- name: Compile examples
3739
run: pnpm -r build-check
3840
- name: Run tests

0 commit comments

Comments
 (0)