Skip to content

Commit

Permalink
gradlew 권한설정
Browse files Browse the repository at this point in the history
  • Loading branch information
asn6878 committed Jun 2, 2024
1 parent bdac751 commit 93314e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
java-version: '17'
distribution: 'temurin'

# 3. 테스트를 위한 빌드 실행
# 3. gradlew 권한 설정
- name: Set up gradlew
run: |
chmod +x gradlew
# 4. 테스트를 위한 빌드 실행
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25
with:
Expand Down

0 comments on commit 93314e2

Please sign in to comment.