Skip to content

Commit

Permalink
Merge pull request #22 from samply/sonar
Browse files Browse the repository at this point in the history
Fix Sonar CI
  • Loading branch information
alexanderkiel authored Dec 13, 2021
2 parents 9692902 + dd71e1d commit 009722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: github/codeql-action/init@v1

- name: Test with Maven
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=samply_icd10-dictionary
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=samply_icd-dictionary
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 009722a

Please sign in to comment.