refactor(workflows): update cache key for turborepo
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -63,9 +63,9 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
|
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
turbo-${{ github.job }}-${{ github.ref_name }}-
|
${{ runner.os }}-turbo-
|
||||||
|
|
||||||
- name: Run linter 🧹
|
- name: Run linter 🧹
|
||||||
run: pnpm run lint --cache-dir=.turbo
|
run: pnpm run lint --cache-dir=.turbo
|
||||||
|
|||||||
Reference in New Issue
Block a user