mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 20:36:31 +00:00
GitHub Actions: set gradle-home-cache-cleanup: true flag to the Gradle Build Action
This commit is contained in:
2
.github/workflows/run-ui-tests.yml
vendored
2
.github/workflows/run-ui-tests.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
# Setup Gradle
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
# Run IDEA prepared for UI testing
|
||||
- name: Run IDE
|
||||
|
||||
Reference in New Issue
Block a user