Skip to content

Commit 9a3d2d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: chmod +x backend/gradlew
4747

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

5252
- name: Upload Test Reports

0 commit comments

Comments
 (0)