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 4c7be51 commit 150a035
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: /home/runner/work/Dark-Pattern-Detection-SWDeveloperContest/Dark-Pattern-Detection-SWDeveloperContest/server
run: gradlew build -x test
run: /home/runner/work/Dark-Pattern-Detection-SWDeveloperContest/Dark-Pattern-Detection-SWDeveloperContest/server/gradlew build -x test

- name: Deploy
if: success()
Expand Down

0 comments on commit 150a035

Please sign in to comment.