Skip to content

Commit 33c29bf

Browse files
committed
ci: cache Turbo caches on GH Actions
1 parent 032ea0e commit 33c29bf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ runs:
1010
node-version: 'lts/*'
1111
cache: 'yarn'
1212

13+
- name: Cache turbo
14+
uses: actions/cache@v4
15+
with:
16+
path: |
17+
.turbo
18+
apps/*/.turbo
19+
packages/*/.turbo
20+
key: ${{ runner.os }}-turbo-${{ github.sha }}
21+
restore-keys: |
22+
${{ runner.os }}-turbo-
23+
1324
- name: Install dependencies
1425
run: yarn install
1526
shell: bash

0 commit comments

Comments
 (0)