Skip to content

Commit f0b8fc5

Browse files
committed
build: run test
1 parent 8369a7b commit f0b8fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install
3737

38+
- name: Run test
39+
run: pnpm run test
40+
3841
- name: Build assets
3942
run: pnpm run build
4043

0 commit comments

Comments
 (0)