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 919d85d commit b97c2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
gradle-version: '8.8'

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

- name: Deploy
if: success()
Expand Down

0 comments on commit b97c2ca

Please sign in to comment.