Skip to content

Commit cfffa06

Browse files
committed
no x emulation
1 parent 11d313a commit cfffa06

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,9 @@ jobs:
4949
with:
5050
java-version: 21
5151
jdkFile: zulu21.46.19-ca-fx-jdk21.0.9-linux_x64.tar.gz
52-
53-
- name: start xvfb
54-
run:
55-
Xvfb :99 &
56-
- name: initialize the X11 DISPLAY variable
57-
run:
58-
export DISPLAY=:99
52+
5953
- name: Run Unit Tests
60-
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test
54+
run: ./gradlew test
6155
- name: release
6256
uses: actions/create-release@v1
6357
id: create_release

0 commit comments

Comments
 (0)