mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-08 20:20:09 +00:00
Use GabrielBB/xvfb-action
This commit is contained in:
@@ -20,7 +20,8 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
- name: Install xvfb
|
|
||||||
run: sudo apt-get install xvfb
|
|
||||||
- name: Build with Maven
|
- 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