Skip to content

Commit bf9c71f

Browse files
committed
chore(ci): update CIs
1 parent 36d83eb commit bf9c71f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/frontend-to-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
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

.github/workflows/quickcheck.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)