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 103ac11 commit 2406fd2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Gradle Caching
uses: actions/cache@v3
with:
path: |
~/.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
uses: gradle/[email protected]
with:
arguments: build
run: ./gradlew build -x test

- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2406fd2

Please sign in to comment.