Skip to content

Commit

Permalink
Check if SAUCE_USERNAME is available for verifying test results (#3173)
Browse files Browse the repository at this point in the history
* Check if SAUCE_USERNAME is available for verifying test results

* Add gradle-home-cache-cleanup flag
  • Loading branch information
romtsn committed Jan 29, 2024
1 parent 9f743be commit 1ae2ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # pin@v2
with:
gradle-home-cache-cleanup: true

- name: Run Tests with coverage and Lint
run: make preMerge
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ jobs:
else
exit 1
fi
if: env.SAUCE_USERNAME != null

0 comments on commit 1ae2ec6

Please sign in to comment.