Skip to content

Commit

Permalink
Disable predexing and daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Aug 19, 2024
1 parent d6a8c1e commit caee8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: chmod +x gradlew

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

0 comments on commit caee8ca

Please sign in to comment.