Skip to content

Commit 2932260

Browse files
committed
#348 fix(fe): path 경로 수정
1 parent 7504c6a commit 2932260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Restore Turbo cache
113113
uses: actions/cache@v4
114114
with:
115-
path: .turbo
115+
path: src/frontend/.turbo
116116
key: ${{ runner.os }}-turbo-${{ hashFiles('pnpm-lock.yaml') }}
117117
restore-keys: |
118118
${{ runner.os }}-turbo-
@@ -121,7 +121,7 @@ jobs:
121121
if: matrix.package == 'web'
122122
uses: actions/cache@v4
123123
with:
124-
path: apps/web/.next
124+
path: src/frontend/apps/web/.next
125125
key: ${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}
126126
restore-keys: |
127127
${{ runner.os }}-nextjs-

0 commit comments

Comments
 (0)