Skip to content

Commit

Permalink
Update typescript.yml
Browse files Browse the repository at this point in the history
check java version
  • Loading branch information
marsen authored Jan 21, 2024
1 parent 78ab568 commit cc365fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Setup Sonarqube
uses: warchant/setup-sonar-scanner@v3
- name: Run Sonarqube
run: sonar-scanner
run: |
java -version # Verify Java version
-Dsonar.organization=marsen-github
-Dsonar.projectKey=Marsen.TypeScript.Dojo
-Dsonar.sources=./src/Marsen.TypeScript.Dojo/src
Expand Down

0 comments on commit cc365fb

Please sign in to comment.