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 c3dd163 commit 0c686f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
java-version: 11

- name: set gradle
run: ./gradlew wrapper

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

- name: set gradle
run: ./gradlew wrapper

# Gradle test를 실행한다
- name: Test with Gradle
run: ./gradlew --info test
Expand Down

0 comments on commit 0c686f4

Please sign in to comment.