Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 86fac1c

Browse files
committed
chore: do not run unit tests in ci
1 parent ab78253 commit 86fac1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
run: npm ci
3939
- name: Lint
4040
run: npm run lint
41-
- name: Test unit
42-
run: npm run test:unit
4341
- name: Test E2E
4442
run: npm run test:e2e
4543
id: test-e2e

0 commit comments

Comments
 (0)