We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa8a13 commit 5c70121Copy full SHA for 5c70121
.github/workflows/e2e_build_android.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Build Android Release APK
69
working-directory: android
70
- run: ./gradlew assembleExperimentalRelease --build-cache --configuration-cache --parallel --max-workers=4
+ run: ./gradlew assembleExperimentalRelease --build-cache --parallel --max-workers=4 --no-daemon --stacktrace
71
72
- name: Upload APK
73
uses: actions/upload-artifact@v4
0 commit comments