Skip to content

Commit f28a63a

Browse files
committed
Use GabrielBB/xvfb-action
1 parent 3ea65e0 commit f28a63a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: actions/setup-java@v1
2121
with:
2222
java-version: 11
23-
- name: Install xvfb
24-
run: sudo apt-get install xvfb
2523
- name: Build with Maven
26-
run: mvn clean verify
24+
uses: GabrielBB/xvfb-action@v1.2
25+
with:
26+
working-directory: ./ #optional
27+
run: mvn clean verify

0 commit comments

Comments
 (0)