Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 authored Jun 23, 2024
1 parent d2317fe commit 5e33b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: chmod +x gradlew

- name: Test with Gradle
run: ./gradlew test
run: ./gradlew test -i

build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,6 +78,10 @@ jobs:
# # run: ./gradlew clean build -i
# # working-directory: ${{ env.working-directory }}

# 3) gradlew 권한 설정
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# 4) gradle 빌드
- name: Build with Gradle
run: ./gradlew clean build -x test -i
Expand Down

0 comments on commit 5e33b80

Please sign in to comment.