We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbb209 commit e81080cCopy full SHA for e81080c
.github/workflows/actions.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Lint files
28
run: yarn lint
29
- name: Run tests
30
- run: yarn jest
+ run: yarn theo && yarn test:unit
31
- name: Build library
32
run: yarn build:lib
33
- name: Build documentation
0 commit comments