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 8983f9c commit 7118ccaCopy full SHA for 7118cca
.github/workflows/maven-ci.yml
@@ -49,14 +49,10 @@ jobs:
49
${{ runner.os }}-maven-
50
# Some tests need screen access
51
- name: Install xvfb
52
- run: sudo apt-get install xvfb
+ run: sudo apt-get install -y xvfb
53
# SonarQube scan does not work for forked repositories
54
# See https://jira.sonarsource.com/browse/MMF-1371
55
- - name: Build with Maven
56
- if: github.ref != 'refs/heads/master'
57
- run: xvfb-run mvn clean verify
58
- name: Build with Maven and run SonarQube analysis
59
- if: github.ref == 'refs/heads/master'
60
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
61
env:
62
# These two env variables are needed for sonar analysis
0 commit comments