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 72fc78b commit ec03bc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
done
sleep 10
- name: Build with Gradle
run: ./gradlew clean build -Duser.language=ko -Duser.country=KR

- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew --debug build
./gradlew clean build -Duser.language=ko -Duser.country=KR
- name: Tear down Docker Compose
if: always()
Expand Down

0 comments on commit ec03bc5

Please sign in to comment.