mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Use GabrielBB/xvfb-action
This commit is contained in:
@@ -20,7 +20,8 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Install xvfb
|
||||
run: sudo apt-get install xvfb
|
||||
- name: Build with Maven
|
||||
run: mvn clean verify
|
||||
uses: GabrielBB/xvfb-action@v1.2
|
||||
with:
|
||||
working-directory: ./ #optional
|
||||
run: mvn clean verify
|
||||
|
||||
Reference in New Issue
Block a user