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 ea242c9 commit a07c51dCopy full SHA for a07c51d
.ci/build.sh
@@ -20,7 +20,8 @@ function build() {
20
21
if pmd_ci_utils_is_fork_or_pull_request; then
22
pmd_ci_log_group_start "Build with mvnw"
23
- ./mvnw clean verify --activate-profiles shading --show-version --errors --batch-mode --no-transfer-progress
+ Xvfb :99
24
+ DISPLAY=:99 ./mvnw clean verify --activate-profiles shading --show-version --errors --batch-mode --no-transfer-progress
25
pmd_ci_log_group_end
26
exit 0
27
fi
0 commit comments