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 295cbf2 commit 22d217aCopy full SHA for 22d217a
.github/workflows/ci.yml
@@ -44,8 +44,6 @@ 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
cd src/test-project
50
chmod +x gradlew
51
./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:
65
63
- uses: actions/upload-artifact@v4
66
64
with:
67
name: ${{ matrix.os }}-mainidewindow.idestatusbar-test-reports
68
- path: src/test-project/build/reports/tests/test
+ path: src/test-project/build/reports/tests/*
69
if: always()
70
- name: Archiving screenshots
71
uses: actions/upload-artifact@v4
0 commit comments