Skip to content

Commit

Permalink
ci: setup actions/cache for turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnory committed Oct 30, 2023
1 parent 439fc56 commit aba8e22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
steps:
- name: Checkout to ${{ github.ref }}
uses: actions/checkout@v4
- name: Setup turbo cache
uses: actions/cache@v3
with:
path: .turbo
key: ${{ matrix.os }}-${{ matrix.node-version }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit aba8e22

Please sign in to comment.