Skip to content

Commit 5c70121

Browse files
committed
Change
1 parent 2aa8a13 commit 5c70121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Build Android Release APK
6969
working-directory: android
70-
run: ./gradlew assembleExperimentalRelease --build-cache --configuration-cache --parallel --max-workers=4
70+
run: ./gradlew assembleExperimentalRelease --build-cache --parallel --max-workers=4 --no-daemon --stacktrace
7171

7272
- name: Upload APK
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)