Skip to content

Commit 9a974ed

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- develop
1010

1111
jobs:
12-
setup-backend:
12+
setup:
1313
runs-on: ubuntu-latest
1414
outputs:
1515
cache-key: ${{ steps.cache-backend-deps.outputs.cache-hit }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
lint:
6666
runs-on: ubuntu-latest
67-
needs: setup-backend
67+
needs: setup
6868
steps:
6969
- name: Checkout repository
7070
uses: actions/checkout@v3

0 commit comments

Comments
 (0)