Skip to content

Commit 22d217a

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ 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 &
4947
cd src/test-project
5048
chmod +x gradlew
5149
./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.*
@@ -65,7 +63,7 @@ jobs:
6563
- uses: actions/upload-artifact@v4
6664
with:
6765
name: ${{ matrix.os }}-mainidewindow.idestatusbar-test-reports
68-
path: src/test-project/build/reports/tests/test
66+
path: src/test-project/build/reports/tests/*
6967
if: always()
7068
- name: Archiving screenshots
7169
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)