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 7118cca commit 47e746cCopy full SHA for 47e746c
.github/workflows/maven-pr-builder.yml
@@ -49,9 +49,8 @@ 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
0 commit comments