Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineCorine authored Dec 14, 2023
1 parent 99cb02b commit 950b96a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
distribution: 'temurin'
## application.yml 생성 후 secret 값 복붙

# change directory to backend
- name: Move to backend directory
run: cd ./backend

# Gradle Build를 위한 권한 부여
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: chmod +x ./gradlew

# Gradle Build (test 제외)
- name: Build with Gradle
Expand Down

0 comments on commit 950b96a

Please sign in to comment.