Skip to content

Commit 9146fe4

Browse files
committed
modify build.yml
1 parent 9d35a45 commit 9146fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3232
restore-keys: ${{ runner.os }}-gradle
3333
- name: Build and analyze
34+
working-directory: ./app
3435
env:
3536
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3637
run: ./gradlew build sonar --info

0 commit comments

Comments
 (0)