Skip to content

Commit

Permalink
Test Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gunGeongun committed Nov 20, 2024
1 parent b44f252 commit a2a7cb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
distribution: temurin
java-version: 21

- name: Gradle Caching
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit a2a7cb2

Please sign in to comment.