Skip to content

Commit 1ae2ec6

Browse files
authored
Check if SAUCE_USERNAME is available for verifying test results (#3173)
* Check if SAUCE_USERNAME is available for verifying test results * Add gradle-home-cache-cleanup flag
1 parent 9f743be commit 1ae2ec6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Setup Gradle
2828
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # pin@v2
29+
with:
30+
gradle-home-cache-cleanup: true
2931

3032
- name: Run Tests with coverage and Lint
3133
run: make preMerge

.github/workflows/integration-tests-ui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ jobs:
6565
else
6666
exit 1
6767
fi
68+
if: env.SAUCE_USERNAME != null
69+

0 commit comments

Comments
 (0)