Skip to content

Commit 287a5f3

Browse files
committed
add the UI to the release
1 parent 4ca7978 commit 287a5f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: start xvfb
2222
run:
23-
Xvfb :99 &
23+
Xvfb :0 &
2424

2525
- name: initialize the X11 DISPLAY variable
2626
run:
@@ -49,8 +49,11 @@ jobs:
4949
echo $'app.name=BowlerScriptKernel' > src/main/resources/com/neuronrobotics/bowlerkernel/build.properties
5050
echo "app.version=${{ steps.get_version.outputs.VERSION }}" >> src/main/resources/com/neuronrobotics/bowlerkernel/build.properties
5151
52-
- name: test with Gradle
53-
run: ./gradlew test
52+
- name: initialize the X11 DISPLAY variable
53+
run:
54+
export DISPLAY=:0
55+
- name: Build/Test with Gradle
56+
run: xvfb-run -s '-screen 0 1024x768x24' ./gradlew test
5457

5558
- name: Build with Gradle
5659
run: ./gradlew shadowJar

0 commit comments

Comments
 (0)