Skip to content

Commit f4cdadc

Browse files
committed
ci(modeling-commons): add Turbo cache to build workflow
1 parent b848dc7 commit f4cdadc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-and-push-modeling-commons.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ jobs:
4444
node-version: '24'
4545
cache: yarn
4646

47+
- uses: actions/cache@v4
48+
with:
49+
path: .turbo
50+
key: ${{ runner.os }}-turbo-${{ hashFiles('yarn.lock') }}-${{ github.sha }}
51+
restore-keys: |
52+
${{ runner.os }}-turbo-${{ hashFiles('yarn.lock') }}-
53+
${{ runner.os }}-turbo-
54+
4755
- uses: actions/cache@v4
4856
with:
4957
path: |

0 commit comments

Comments
 (0)