diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0ba37eaaa..b69f9f130 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -132,4 +132,4 @@ jobs: disable-spellchecker: true profile: Nexus 6 # Tests should use the build which includes Dropbox code. - script: ./gradlew connected${{matrix.flavor}}DebugAndroidTest --no-watch-fs --build-cache --info + script: ./gradlew --no-configuration-cache connected${{matrix.flavor}}DebugAndroidTest --no-watch-fs --build-cache --info