Skip to content

Commit 6b67528

Browse files
committed
feat[ci-cd]: 에러 수정
1 parent 47cc279 commit 6b67528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Grant execute permission for gradlew
4646
run: chmod +x backend/gradlew
4747

48-
- name: Run unit, integration, and domain tests
49-
run: ${{ matrix.gradle_cmd }} clean test integrationTest ${{ matrix.domain_tasks }}
48+
- name: Run unit, and domain tests
49+
run: ${{ matrix.gradle_cmd }} clean test ${{ matrix.domain_tasks }}
5050
working-directory: backend
5151

5252
- name: Upload Test Reports

0 commit comments

Comments
 (0)