1 parent 9dda2d6 commit ddcaa4dCopy full SHA for ddcaa4d
1 file changed
.github/workflows/deploy-pages.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install dependencies
33
run: pnpm install
34
35
+ - name: Run tests
36
+ run: pnpm test
37
+
38
- name: Build
39
run: pnpm build
40
0 commit comments