Skip to content

Commit

Permalink
[#47] feat: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 authored Apr 24, 2024
1 parent ae75713 commit 34ddeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# 4) gradle 테스트 빌드
- name: Build Test with Gradle
run: ./gradlew test
run: ./gradlew clean test -i
# run: ./gradlew clean build -i
# working-directory: ${{ env.working-directory }}

Expand Down

0 comments on commit 34ddeef

Please sign in to comment.