Skip to content

Commit

Permalink
fix: gradlew 실행 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
yslle committed Sep 27, 2024
1 parent b2f08b8 commit c60176d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'


- name: Grant execute permission for gradlew
run: chmod +x gradlew

## Gradle test
- name: Run tests
run: ./gradlew test
Expand Down

0 comments on commit c60176d

Please sign in to comment.