Skip to content

Commit 07a1246

Browse files
authored
chore: 파이프라인 연결
1 parent 84c0728 commit 07a1246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI_dev_be_pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
4141
test:
4242
runs-on: self-hosted
43+
needs: build
4344
steps:
4445
- name: Gradle 테스트
4546
run: |
@@ -52,6 +53,7 @@ jobs:
5253
5354
coverage:
5455
runs-on: self-hosted
56+
needs: test
5557
steps:
5658
- name: 테스트 커버리지를 PR에 코멘트로 등록합니다
5759
id: jacoco

0 commit comments

Comments
 (0)