diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85fc73bb..30d4bb60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,11 @@ jobs: cache: 'gradle' - name: Run integration tests on Linux run: | + export DISPLAY=:99.0 + Xvfb -ac :99 -screen 0 1920x1080x24 & + sleep 10 cd src/test-project + mkdir -p build/reports chmod +x gradlew ./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.* if: runner.os == 'Linux'