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 fd425ce commit 72fc78b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Build with gradle
run: |
chmod +x ./gradlew
./gradlew --debug build

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,6 +47,11 @@ jobs:
- 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
- name: Tear down Docker Compose
if: always()
run: docker-compose down

0 comments on commit 72fc78b

Please sign in to comment.