Skip to content

Commit

Permalink
docker-image.yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yooonwodyd committed Dec 21, 2023
1 parent edef6a8 commit ba3aa64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew

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

0 comments on commit ba3aa64

Please sign in to comment.