Skip to content

Commit

Permalink
chore: action 로그 레벨 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Aug 8, 2024
1 parent 95ab575 commit 417caec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test with Gradle
run: |
./gradlew --info test -parallel
./gradlew test -parallel
- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Test with Gradle
run: |
./gradlew --info test -parallel
./gradlew test -parallel

0 comments on commit 417caec

Please sign in to comment.