Skip to content

Commit 15ec264

Browse files
committed
Generate coverage file.
1 parent 5c0c6d0 commit 15ec264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Check outdated dependencies
3737
run: yarn outdated
3838
- name: Check code functionality
39-
run: npx jest --no-coverage
39+
run: yarn test:unit
4040
- name: Upload to Codecov
4141
uses: codecov/codecov-action@v2
4242
with:

0 commit comments

Comments
 (0)