Skip to content

Commit 0ecb530

Browse files
committed
Checking java with sonar
1 parent 2609467 commit 0ecb530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949
run: |
5050
export PATH="$HOME/sonar-scanner-4.8.0.2856-linux/bin:$PATH"
51+
export PATH="/opt/hostedtoolcache/Java_Adopt_jdk/17.0.13-11/x64/bin:$PATH"
5152
sonar-scanner \
5253
-Dsonar.projectKey=Infotrend-Inc_COMET-JAVA \
5354
-Dsonar.organization=Infotrend-Inc \

0 commit comments

Comments
 (0)