Skip to content

Commit ddcaa4d

Browse files
committed
ci: run tests before deploying
1 parent 9dda2d6 commit ddcaa4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install
3434

35+
- name: Run tests
36+
run: pnpm test
37+
3538
- name: Build
3639
run: pnpm build
3740

0 commit comments

Comments
 (0)