Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 11, 2024
1 parent be494c3 commit 84c982c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
gradle-${{ runner.os }}
- name: Build with Gradle
run: ./gradlew clean build -x test
working-directory: /be/issue-tracker/
run: |
cd be/issue-tracker
./gradlew clean build -x test
- name: Archive JAR
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 84c982c

Please sign in to comment.