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 20, 2024
1 parent e3a9449 commit bbaeee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
gradle-version: '8.8'

- name: Build with Gradle
run: server/gradlew build -x test
run: |
cd server
./gradlew build -x test
- name: Deploy
if: success()
Expand Down

0 comments on commit bbaeee9

Please sign in to comment.