Skip to content

Commit 7f50118

Browse files
committed
add vitest
1 parent 4190ed7 commit 7f50118

5 files changed

Lines changed: 1835 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
env:
5757
CI: true
5858

59+
- name: Run unit tests
60+
run: npm run test
61+
env:
62+
CI: true
63+
5964
- name: Run server
6065
run: npm run start:built & npx wait-on http://localhost:3000
6166
env:

0 commit comments

Comments
 (0)