We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95f05a commit 568f092Copy full SHA for 568f092
1 file changed
packages/create-react-native-library/templates/common/$.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Typecheck files
34
run: yarn typecheck
35
36
+<% if (tools.includes('jest')) { -%>
37
test:
38
runs-on: ubuntu-latest
39
@@ -45,6 +46,7 @@ jobs:
45
46
47
- name: Run unit tests
48
run: yarn test --maxWorkers=2 --coverage
49
+<% } -%>
50
51
build-library:
52
0 commit comments