Skip to content

Commit 932d28a

Browse files
committed
feat: Add Tests
1 parent 8ea57cf commit 932d28a

File tree

9 files changed

+1732
-45
lines changed

9 files changed

+1732
-45
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
cache: "npm"
3838
- name: Install dependencies
3939
run: npm ci
40+
- name: Run Tests
41+
run: npm run test
4042
- name: Build
4143
run: npm run build
4244
env:

0 commit comments

Comments
 (0)