Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjddn2165 committed Jul 29, 2024
1 parent 90da3b3 commit 759770d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: gradlew init
run: ./Server/gradlew init

- name: gradlew에 실행 권한 부여
run: chmod +x ./Server/gradlew

- name: gradlew init
run: ./Server/gradlew init

- name: 프로젝트 빌드
run: ./Server/gradlew clean build -x test

Expand Down

0 comments on commit 759770d

Please sign in to comment.