aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-01-02 15:16:48 +0200
committerGitHub <noreply@github.com>2025-01-02 15:16:48 +0200
commit39358b1517a06b90b9886a648ce1c595d1556c8e (patch)
tree60103dae88acaf549fb684b7cfc65f8c133a5bc4 /.github/workflows/ci.yml
parent3bcb1e10d3e97309ff8ede707dc5c3c057ba27ca (diff)
downloadkarakeep-39358b1517a06b90b9886a648ce1c595d1556c8e.tar.zst
ci: Run tests on push (#807)
* ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8216c7cf..127c7990 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,16 @@ jobs:
- name: Typecheck
run: pnpm typecheck
+ tests:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+
+ - name: Setup
+ uses: ./tooling/github/setup
+
+ - name: Tests
+ run: pnpm test
open-api-spec:
runs-on: ubuntu-latest
steps: