mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Update maven-pr-builder.yml
This commit is contained in:
committed by
GitHub
parent
8135dbecdb
commit
338c146c78
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user