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 34e78d6 commit e6db6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'corretto'

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

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

0 comments on commit e6db6bf

Please sign in to comment.