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 150a035 commit 06862c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
gradle-version: '8.8'

- name: Build with Gradle
working-directory: /home/runner/work/Dark-Pattern-Detection-SWDeveloperContest/Dark-Pattern-Detection-SWDeveloperContest/server
run: /home/runner/work/Dark-Pattern-Detection-SWDeveloperContest/Dark-Pattern-Detection-SWDeveloperContest/server/gradlew build -x test

working-directory: ./server
run: server/gradlew build -x test
- name: Deploy
if: success()
run: echo "Deploy your application here"

0 comments on commit 06862c7

Please sign in to comment.