Skip to content

Commit

Permalink
fix : Github-Actions 스크립트 수정 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuminzi committed Oct 12, 2023
1 parent 23618fa commit c4c2eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4Week_Mission/.github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Make gradlew executable
run: chmod 744 ./gradlew

- name: Build with Gradle
run: ./gradlew build -x test
run: ./gradlew bootJar

- name: Docker build and push
run: |
Expand Down

0 comments on commit c4c2eda

Please sign in to comment.