diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-01-02 15:16:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 15:16:48 +0200 |
| commit | 39358b1517a06b90b9886a648ce1c595d1556c8e (patch) | |
| tree | 60103dae88acaf549fb684b7cfc65f8c133a5bc4 /.github/workflows/ci.yml | |
| parent | 3bcb1e10d3e97309ff8ede707dc5c3c057ba27ca (diff) | |
| download | karakeep-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.yml | 10 |
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: |
