refactor(workflows): update cache key for turborepo

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-07 19:26:57 +01:00
committed by Braks
parent 7c52db16d3
commit 0dab5de61c
+2 -2
View File
@@ -63,9 +63,9 @@ jobs:
uses: actions/cache@v2
with:
path: .turbo
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}-
${{ runner.os }}-turbo-
- name: Run linter 🧹
run: pnpm run lint --cache-dir=.turbo