Skip to content

Commit 302c2f0

Browse files
authored
Merge pull request #101 from YousefED/vitest
Vitest
2 parents dbdbe32 + db24c2c commit 302c2f0

File tree

5 files changed

+1835
-5
lines changed

5 files changed

+1835
-5
lines changed

.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)