Skip to content

Commit

Permalink
dogVelopers#25 github action test 한번 더
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 15, 2022
1 parent a1ce788 commit c3dd163
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
java-version: 11

# - name: set gradle
# run: gradle wrapper
#
# # Gradle wrapper 파일 실행 권한주기
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
- name: set gradle
run: ./gradlew wrapper

# Gradle wrapper 파일 실행 권한주기
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# Gradle test를 실행한다
- name: Test with Gradle
Expand Down

0 comments on commit c3dd163

Please sign in to comment.