Skip to content

Commit

Permalink
fix: gradle 권한 부여 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 19, 2024
1 parent ec03bc5 commit 7cde4c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew --debug build
./gradlew clean build -Duser.language=ko -Duser.country=KR
./gradlew clean build -x test -Duser.language=ko -Duser.country=KR
- name: Tear down Docker Compose
if: always()
Expand Down

0 comments on commit 7cde4c5

Please sign in to comment.