Skip to content

Commit eaea425

Browse files
committed
.
1 parent 5326543 commit eaea425

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-java.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4141
run: ./gradlew build --info
42+
working-directory: "java"
4243

4344
no-cache:
4445
runs-on: ubuntu-latest
@@ -55,4 +56,5 @@ jobs:
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5758
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
58-
run: ./gradlew build --info
59+
run: ./gradlew build --info
60+
working-directory: "java"

0 commit comments

Comments
 (0)