We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134e274 commit f26b628Copy full SHA for f26b628
2 files changed
.github/workflows/code-check.yml
@@ -56,3 +56,7 @@ jobs:
56
# Check types
57
- name: Check types
58
run: pnpm check-types
59
+
60
+ # Test apps
61
+ - name: Test apps
62
+ run: pnpm test
.github/workflows/test.yml
0 commit comments