Skip to content

Commit

Permalink
Merge pull request #1406 from Infomaniak/fix-clean-gradle-cache-from-ci
Browse files Browse the repository at this point in the history
fix: Clean gradle cache before to run unit tests from ci
  • Loading branch information
sirambd authored Aug 29, 2024
2 parents 418ed9d + 7e9ab80 commit b86ed11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Clean gradle cache
run: ./gradlew clean

- name: Run unit tests
run: ./gradlew testDebugUnitTest --stacktrace

Expand Down

0 comments on commit b86ed11

Please sign in to comment.