We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c6d0 commit 15ec264Copy full SHA for 15ec264
.github/workflows/validations.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Check outdated dependencies
37
run: yarn outdated
38
- name: Check code functionality
39
- run: npx jest --no-coverage
+ run: yarn test:unit
40
- name: Upload to Codecov
41
uses: codecov/codecov-action@v2
42
with:
0 commit comments