Skip to content

Commit 333e852

Browse files
committed
try fix ci watch mode
1 parent e7484da commit 333e852

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
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run build
3939
timeout-minutes: 5
4040
- name: test
41-
run: npm run test
41+
run: npm run test:testing-library
4242
timeout-minutes: 5
4343
- name: lint
4444
run: npm run lint

0 commit comments

Comments
 (0)