Skip to content

Commit b77288a

Browse files
committed
chore: update CI workflow to run unit tests explicitly
1 parent b72b9b8 commit b77288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- name: Run test
31-
run: npm test
31+
run: npm run test:unit
3232

3333
- name: Run build
3434
run: npm run build

0 commit comments

Comments
 (0)