We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e746c commit 8135dbeCopy full SHA for 8135dbe
.github/workflows/maven-ci.yml
@@ -50,7 +50,8 @@ jobs:
50
# Some tests need screen access
51
- name: Install xvfb
52
run: sudo apt-get install -y xvfb
53
- # SonarQube scan does not work for forked repositories
+ # The SonarQube analysis is only for the master branch of the main repository.
54
+ # SonarQube scan does not work for forked repositories try changing it to xvfb-run mvn clean verify
55
# See https://jira.sonarsource.com/browse/MMF-1371
56
- name: Build with Maven and run SonarQube analysis
57
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments