Update maven-pr-builder.yml

This commit is contained in:
Subhrodip Mohanta 2020-08-29 17:39:50 +05:30 committed by GitHub
parent 8135dbecdb
commit 338c146c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,8 @@ jobs:
# Some tests need screen access
- name: Install 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
- name: Build with Maven
run: xvfb-run mvn clean verify