We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1788b commit f226ce2Copy full SHA for f226ce2
.github/workflows/build_and_deploy_to_gh_pages.yml
@@ -50,4 +50,6 @@ jobs:
50
- name: Analyze with Sonar
51
env:
52
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
53
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sbouchet_emn-fil
+ run: |
54
+ cd org.sbouchet.emn.fil1A
55
+ mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=sbouchet_emn-fil
0 commit comments