Skip to content

Commit 15dc4dd

Browse files
committed
ci: add testing step to CI workflow
1 parent 42b3200 commit 15dc4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
- name: 👀 Lint project
3535
run: pnpm lint
3636

37+
- name: 🧪 Test project
38+
run: pnpm test

0 commit comments

Comments
 (0)