From 39358b1517a06b90b9886a648ce1c595d1556c8e Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 2 Jan 2025 15:16:48 +0200 Subject: ci: Run tests on push (#807) * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows/ci.yml') 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: -- cgit v1.2.3-70-g09d2