Skip to content

Commit 3497e4a

Browse files
Fix and update the way tests are ran in CI
1 parent 5e766cf commit 3497e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ReactNativeSlider-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
key: ${{ hashFiles('./package/package.json') }}
7070

7171
- name: Run unit tests
72-
run: cd package && npx jest src
72+
run: cd package && npx jest --coverage --verbose
7373

7474

7575
verify-example-sources:

0 commit comments

Comments
 (0)