Skip to content

Commit 4202902

Browse files
committed
fix add env to sonar ci.
1 parent 68307fc commit 4202902

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
- run: .kokoro/build.sh
113113
env:
114114
JOB_TYPE: lint
115-
GOOGLE_SDK_JAVA_LOGGING: true
116115
clirr:
117116
runs-on: ubuntu-latest
118117
steps:

.github/workflows/sonar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37+
GOOGLE_SDK_JAVA_LOGGING: true
3738
run: |
3839
mvn -B verify -Dcheckstyle.skip \
3940
-DenableFullTestCoverage \

0 commit comments

Comments
 (0)