Skip to content

Commit 8135dbe

Browse files
authored
Update maven-ci.yml
1 parent 47e746c commit 8135dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
# Some tests need screen access
5151
- name: Install xvfb
5252
run: sudo apt-get install -y xvfb
53-
# SonarQube scan does not work for forked repositories
53+
# 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
5455
# See https://jira.sonarsource.com/browse/MMF-1371
5556
- name: Build with Maven and run SonarQube analysis
5657
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

0 commit comments

Comments
 (0)