Skip to content

Commit caee8ca

Browse files
Disable predexing and daemon
1 parent d6a8c1e commit caee8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: chmod +x gradlew
3838

3939
- name: Build with Gradle
40-
run: ./gradlew testDevDebugUnitTest
40+
run: ./gradlew -PdisablePreDex testDevDebugUnitTest --no-daemon

0 commit comments

Comments
 (0)