We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9db42f commit b4d3132Copy full SHA for b4d3132
1 file changed
.github/workflows/react.yaml
@@ -38,3 +38,6 @@ jobs:
38
39
- name: Types
40
run: npm run test:types
41
+
42
+ - name: Tests
43
+ run: npm test
0 commit comments