aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-01-02 15:25:51 +0200
committerGitHub <noreply@github.com>2025-01-02 15:25:51 +0200
commiteb0d82159060ff8c278172d01725076a9eef30c0 (patch)
tree3e91a26863a1476059bbac111f6d6bf39a909fba /.github/workflows/ci.yml
parent39358b1517a06b90b9886a648ce1c595d1556c8e (diff)
downloadkarakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 127c7990..8216c7cf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,16 +48,6 @@ 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: