We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264f6cc commit f2a8380Copy full SHA for f2a8380
1 file changed
.github/workflows/ci.yml
@@ -17,4 +17,7 @@ jobs:
17
path: ~/.m2
18
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
19
restore-keys: ${{ runner.os }}-m2
20
- - run: mvn --batch-mode --update-snapshots clean package
+ - run: |
21
+ export DISPLAY=:99
22
+ sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
23
+ mvn --batch-mode --update-snapshots clean package
0 commit comments