Skip to content

Commit addce75

Browse files
authored
Update backend-server-test.yml
clean test -> test -i로 변경
1 parent f00e74a commit addce75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-server-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: chmod +x gradlew
2828

2929
- name: 🧪 Spring Boot Test
30-
run: ./gradlew clean test
30+
run: ./gradlew test -i
3131

3232
- name: Add coverage to PR
3333
id: jacoco
@@ -37,4 +37,4 @@ jobs:
3737
paths: ${{ github.workspace }}/**/reports/jacoco/test/jacocoTestReport.xml
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
min-coverage-overall: 80
40-
min-coverage-changed-files: 80
40+
min-coverage-changed-files: 80

0 commit comments

Comments
 (0)