Skip to content

Commit a577965

Browse files
committed
Only build/test non-docs
1 parent 834679d commit a577965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: pnpm install
2929

3030
- name: Build
31-
run: pnpm -r run build
31+
run: pnpm -F '!docs' run build
3232

3333
- name: Lint
34-
run: pnpm -r run lint
34+
run: pnpm -F '!docs' run lint
3535

3636
- name: Typecheck
37-
run: pnpm -r run typecheck
37+
run: pnpm -F '!docs' run typecheck
3838

3939
- name: Test
40-
run: pnpm -r run test
40+
run: pnpm -F '!docs' run test

0 commit comments

Comments
 (0)