Skip to content

Commit a3c4272

Browse files
committed
Use ./gradlew for running UI tests on Linux.
Replaced `gradle` with `./gradlew` in the Linux workflow to ensure the correct Gradle wrapper is used consistently. This change aligns with best practices and improves compatibility across environments.
1 parent a0af93e commit a3c4272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runIde: |
2020
export DISPLAY=:99.0
2121
Xvfb -ac :99 -screen 0 1920x1080x16 &
22-
gradle runIdeForUiTests &
22+
./gradlew runIdeForUiTests &
2323
- os: windows-latest
2424
runIde: start gradlew.bat runIdeForUiTests
2525
- os: macos-latest

0 commit comments

Comments
 (0)