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 b1f4b88 commit bef400a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
gradle-version: '8.0'

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

- name: Deploy
if: success()
Expand Down

0 comments on commit bef400a

Please sign in to comment.