Skip to content

Commit 38f3e63

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

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
@@ -182,7 +182,7 @@ jobs:
182182

183183
test:
184184
runs-on: ubuntu-latest
185-
needs: [setup-backend, backend-build]
185+
needs: [setup, build]
186186
steps:
187187
- name: Checkout repository
188188
uses: actions/checkout@v3

0 commit comments

Comments
 (0)