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 6caa08a commit 11d313aCopy full SHA for 11d313a
1 file changed
.github/workflows/release.yml
@@ -50,12 +50,12 @@ jobs:
50
java-version: 21
51
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
58
- export DISPLAY=:99
+ - name: start xvfb
+ run:
+ Xvfb :99 &
+ - name: initialize the X11 DISPLAY variable
+ export DISPLAY=:99
59
- name: Run Unit Tests
60
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test
61
- name: release
0 commit comments