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 9f743be commit 1ae2ec6Copy full SHA for 1ae2ec6
.github/workflows/build.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Setup Gradle
28
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # pin@v2
29
+ with:
30
+ gradle-home-cache-cleanup: true
31
32
- name: Run Tests with coverage and Lint
33
run: make preMerge
.github/workflows/integration-tests-ui.yml
@@ -65,3 +65,5 @@ jobs:
65
else
66
exit 1
67
fi
68
+ if: env.SAUCE_USERNAME != null
69
+
0 commit comments