Skip to content

Commit 0ed465c

Browse files
committed
chore: fix integration tests
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 22d217a commit 0ed465c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
cache: 'gradle'
4545
- name: Run integration tests on Linux
4646
run: |
47+
export DISPLAY=:99.0
48+
Xvfb -ac :99 -screen 0 1920x1080x24 &
49+
sleep 10
4750
cd src/test-project
51+
mkdir -p build/reports
4852
chmod +x gradlew
4953
./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.*
5054
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)