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 22d217a commit 0ed465cCopy full SHA for 0ed465c
.github/workflows/ci.yml
@@ -44,7 +44,11 @@ jobs:
44
cache: 'gradle'
45
- name: Run integration tests on Linux
46
run: |
47
+ export DISPLAY=:99.0
48
+ Xvfb -ac :99 -screen 0 1920x1080x24 &
49
+ sleep 10
50
cd src/test-project
51
+ mkdir -p build/reports
52
chmod +x gradlew
53
./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.*
54
if: runner.os == 'Linux'
0 commit comments