Skip to content

Commit

Permalink
Update deployBack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG authored Jan 7, 2024
1 parent 721305a commit 2e09701
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deployBack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
distribution: 'temurin'
- name: Generate Gradle Wrapper
run: gradle wrapper
working-directory: ./server
- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ./server
- name: Build with Gradle
run: ./gradlew clean build --exclude-task test
working-directory: path/to/your/project

0 comments on commit 2e09701

Please sign in to comment.