Skip to content

Commit d42beb1

Browse files
committed
Run tests in main app in github ci
1 parent 4de3b6f commit d42beb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ jobs:
4848

4949
- name: Run app typecheck
5050
run: bun run typecheck
51+
52+
- name: Run app test
53+
run: bun run test:ci

0 commit comments

Comments
 (0)