Update maven-pr-builder.yml
This commit is contained in:
parent
8135dbecdb
commit
338c146c78
3
.github/workflows/maven-pr-builder.yml
vendored
3
.github/workflows/maven-pr-builder.yml
vendored
@ -50,7 +50,8 @@ jobs:
|
|||||||
# Some tests need screen access
|
# Some tests need screen access
|
||||||
- name: Install xvfb
|
- name: Install xvfb
|
||||||
run: sudo apt-get install -y xvfb
|
run: sudo apt-get install -y xvfb
|
||||||
# SonarQube scan does not work for forked repositories
|
# This worflow is only for building Pull Requests, the master branch runs Sonar analysis on the main repository.
|
||||||
|
# SonarQube scan does not work for forked repositories.
|
||||||
# See https://jira.sonarsource.com/browse/MMF-1371
|
# See https://jira.sonarsource.com/browse/MMF-1371
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: xvfb-run mvn clean verify
|
run: xvfb-run mvn clean verify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user