Skip to content

Commit

Permalink
ci: use turbo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 11, 2023
1 parent 34b2117 commit e0b185e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ runs:
cache: 'pnpm'
cache-dependency-path: './pnpm-lock.yaml'

- uses: actions/cache@v3
name: Setup cache for turbo
with:
path: .turbo
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}-
- shell: bash
run: pnpm install --frozen-lockfile

0 comments on commit e0b185e

Please sign in to comment.