diff options
-rw-r--r-- | .github/workflows/bun-framework-next.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/bun-framework-next.yml b/.github/workflows/bun-framework-next.yml index cd46a4476..8428bd722 100644 --- a/.github/workflows/bun-framework-next.yml +++ b/.github/workflows/bun-framework-next.yml @@ -30,16 +30,8 @@ jobs: with: version: 6.21.0 - - name: Cache pnpm modules - uses: actions/cache@v2 - with: - path: ~/.pnpm-store - key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}- - - name: Install dependencies - run: pnpm install + run: cd packages/bun-framework-next && pnpm install - name: Test bun-framework-next run: pnpm test --filter bun-framework-next |