diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-26 19:50:25 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-04-26 19:50:25 +0000 |
| commit | ca47be7fe7be128f459c37614a04902a873fe289 (patch) | |
| tree | b5cc34bbb735af5ab40c65617cdf1f5baf3fe8ae /.github/workflows | |
| parent | c239634dcc19a442ae154afbc07949c3cba8546e (diff) | |
| download | karakeep-ca47be7fe7be128f459c37614a04902a873fe289.tar.zst | |
tests: Run trpc tests in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1faa149..37136a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,10 @@ jobs: working-directory: packages/shared run: pnpm test + - name: TRPC Tests + working-directory: packages/trpc + run: pnpm test + - name: E2E Tests working-directory: packages/e2e_tests run: pnpm test |
