File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 env :
3131 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
3232 TURBO_TEAM : ${{ vars.TURBO_TEAM }}
33- TURBO_CACHE : ' remote:rw'
3433 NUXT_PUBLIC_FRONTEND_URL : ${{ vars.NUXT_PUBLIC_FRONTEND_URL }}
3534 NUXT_PUBLIC_BACKEND_URL : ${{ vars.NUXT_PUBLIC_BACKEND_URL }}
3635
@@ -39,13 +38,14 @@ jobs:
3938 - name : Checkout
4039 uses : actions/checkout@v4
4140
42- - name : Cache turbo build setup
41+ - name : Setup actions/cache
4342 uses : actions/cache@v4
4443 with :
45- path : .turbo
46- key : ${{ runner.os }}-turbo-${{ github.sha }}
44+ path : |
45+ .turbo
46+ key : ${{ runner.os }}-ac-${{ github.sha }}
4747 restore-keys : |
48- ${{ runner.os }}-turbo -
48+ ${{ runner.os }}-ac -
4949
5050 - name : Setup pnpm
5151 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
1616 env :
1717 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
1818 TURBO_TEAM : ${{ vars.TURBO_TEAM }}
19- TURBO_CACHE : ' remote:rw'
2019
2120 runs-on : ubuntu-latest
2221 steps :
2322 - name : Checkout
2423 uses : actions/checkout@v4
2524
26- - name : Cache turbo build setup
25+ - name : Setup actions/cache
2726 uses : actions/cache@v4
2827 with :
29- path : .turbo
30- key : ${{ runner.os }}-turbo-${{ github.sha }}
28+ path : |
29+ .turbo
30+ key : ${{ runner.os }}-ac-${{ github.sha }}
3131 restore-keys : |
32- ${{ runner.os }}-turbo -
32+ ${{ runner.os }}-ac -
3333
3434 - name : Setup pnpm
3535 uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments