diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afe63e0e..9ce4d13e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,17 +29,8 @@ jobs: - name: Install dependencies run: pnpm install - - name: Restore Turbo cache - uses: actions/cache@v5 - with: - path: .turbo - key: turbo-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }} - restore-keys: | - turbo-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}- - turbo-${{ runner.os }}- - - name: Build, type check, and test - run: pnpm turbo build typecheck test + run: pnpm build && pnpm typecheck && pnpm test backend: runs-on: ubuntu-latest