File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ jobs:
4848 Xvfb -ac :99 -screen 0 1920x1080x24 &
4949 cd src/test-project
5050 chmod +x gradlew
51- ./gradlew clean integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.*
51+ ./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.idestatusbar.*
5252 if : runner.os == 'Linux'
5353 - name : Run integration tests on Windows
5454 run : |
5555 cd src\test-project
5656 chmod +x gradlew.bat
57- .\gradlew.bat clean integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.mainidewindow.idestatusbar.*
57+ .\gradlew.bat integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.mainidewindow.idestatusbar.*
5858 if : runner.os == 'Windows'
59- - name : Run integration tests on MacOs
59+ - name : Run integration tests on MacOS
6060 run : |
6161 cd src/test-project
6262 chmod +x gradlew
63- ./gradlew clean integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.mainidewindow.idestatusbar.*
63+ ./gradlew integrationUITest --warning-mode none --tests com.redhat.devtools.intellij.commonuitest.utils.* --tests com.redhat.devtools.intellij.commonuitest.fixtures.test.mainidewindow.mainidewindow.idestatusbar.*
6464 if : runner.os == 'macOS'
6565 - uses : actions/upload-artifact@v4
6666 with :
You can’t perform that action at this time.
0 commit comments