Skip to content

Commit

Permalink
Update git-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 authored May 12, 2024
1 parent ef543b8 commit f5a57e1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/git-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Build Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: |
build
--build-cache
--no-daemon
- name: Build gradle
run: ./gradlew build -x test

- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
Expand Down

0 comments on commit f5a57e1

Please sign in to comment.