Skip to content

Commit

Permalink
fix: Clean gradle cache before to run unit tests from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Aug 29, 2024
1 parent 418ed9d commit 7e9ab80
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 7e9ab80

Please sign in to comment.