From 9659bad553b11e9a0630beafc5aedb898719bb10 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Tue, 13 Aug 2024 21:35:08 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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