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 1aea35f commit 3ea65e0Copy full SHA for 3ea65e0
.github/workflows/maven.yml
@@ -20,5 +20,7 @@ jobs:
20
uses: actions/setup-java@v1
21
with:
22
java-version: 11
23
+ - name: Install xvfb
24
+ run: sudo apt-get install xvfb
25
- name: Build with Maven
26
run: mvn clean verify
0 commit comments