|
42 | 42 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
43 | 43 | |
44 | 44 | with: |
45 | | - arguments: spotlessCheck |
| 45 | + arguments: --no-configuration-cache spotlessCheck |
46 | 46 |
|
47 | 47 | unit-tests: |
48 | 48 | runs-on: ubuntu-latest |
|
76 | 76 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
77 | 77 | |
78 | 78 | with: |
79 | | - arguments: test -PslimTests |
| 79 | + arguments: --no-configuration-cache test -PslimTests |
80 | 80 |
|
81 | 81 | - name: (Fail-only) Upload test report |
82 | 82 | if: "${{ failure() }}" |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
118 | 118 | |
119 | 119 | with: |
120 | | - arguments: assembleFreeDebug assembleNonFreeDebug |
| 120 | + arguments: --no-configuration-cache assembleFreeDebug assembleNonFreeDebug |
121 | 121 |
|
122 | 122 | check-api: |
123 | 123 | runs-on: ubuntu-latest |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
152 | 152 | |
153 | 153 | with: |
154 | | - arguments: apiCheck |
| 154 | + arguments: --no-configuration-cache apiCheck |
155 | 155 |
|
156 | 156 | lint-debug: |
157 | 157 | runs-on: ubuntu-latest |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
186 | 186 | |
187 | 187 | with: |
188 | | - arguments: lintDebug |
| 188 | + arguments: --no-configuration-cache lintDebug |
189 | 189 |
|
190 | 190 | assemble-release-apks: |
191 | 191 | runs-on: ubuntu-latest |
@@ -219,4 +219,4 @@ jobs: |
219 | 219 | if: "${{ steps.service-changed.outputs.result == 'true' }}" |
220 | 220 | |
221 | 221 | with: |
222 | | - arguments: aNFR |
| 222 | + arguments: --no-configuration-cache aNFR |
0 commit comments