Skip to content

Commit

Permalink
test: 실행 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
EOTAEGYU committed Oct 11, 2024
1 parent a18a0c7 commit 04394eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
distribution: 'temurin'
java-version: '11'

# 3. Gradlew 실행 권한 부여
- name: Grant execute permission for Gradlew
working-directory: ./2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더 경로
run: chmod +x gradlew

# 3. Spring Boot 애플리케이션 빌드
- name: Build with Gradle
working-directory: ./2024-UCD_WEB_SERVER # Spring Boot 프로젝트 폴더로 이동
Expand Down

0 comments on commit 04394eb

Please sign in to comment.