Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Aug 1, 2020
1 parent cbe2a15 commit 417e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 1.8

- name: Analyze with SonarCloud
run: /mvn -B verify sonar:sonar -Dsonar.projectKey=goobi-viewer-core -Dsonar.organization=janvonde -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
run: mvn -f goobi-viewer-core/pom.xml -B verify sonar:sonar -Dsonar.projectKey=goobi-viewer-core -Dsonar.organization=janvonde -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 417e386

Please sign in to comment.