We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de3b6f commit d42beb1Copy full SHA for d42beb1
.github/workflows/test-lint.yml
@@ -48,3 +48,6 @@ jobs:
48
49
- name: Run app typecheck
50
run: bun run typecheck
51
+
52
+ - name: Run app test
53
+ run: bun run test:ci
0 commit comments