Skip to content

Commit

Permalink
Update server_cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 18, 2024
1 parent e427b7e commit f3f7fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
gradle-version: '8.8'

- name: Run chmod to make gradlew executable
working-directory: ./server
run: chmod +x server/gradlew

- name: Build with Gradle
working-directory: ./server
run: server/gradlew build -x test
Expand Down

0 comments on commit f3f7fab

Please sign in to comment.