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