Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent d5920f7 commit dcad987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
shell: bash

- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: |
cd ../../../
chmod +x gradlew
# Gradle Daemon을 사용하지 않도록 지정
# CI 환경에서는 Daemon을 사용하지 않는 것이 일반적
Expand Down

0 comments on commit dcad987

Please sign in to comment.