Skip to content

Commit 3196147

Browse files
committed
refactor: CI turbo로 프론트, 백엔드 동시 수행
1 parent 9a974ed commit 3196147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v3
2929
with:
3030
path: node_modules
31-
key: ${{ runner.os }}-backend-yarn-${{ hashFiles('yarn.lock') }}
31+
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
3232

3333
# turbo 의존성 설치
3434
- name: Install backend dependencies

0 commit comments

Comments
 (0)