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 83a553e commit 919d85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- 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 919d85d

Please sign in to comment.