Skip to content

Commit f6e7746

Browse files
[FIX] TESTS - workflow - Try gto fix the metadata size problem
1 parent e40843c commit f6e7746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
APP_ENV=production npx expo prebuild --clean --platform android
5151
sed -i 's/minifyEnabled true/minifyEnabled false/g' android/app/build.gradle
5252
sed -i 's/shrinkResources true/shrinkResources false/g' android/app/build.gradle
53-
cd android && ./gradlew assembleRelease --no-daemon --max-workers 2 \
53+
cd android && ./gradlew assembleRelease --no-daemon \
5454
-Pandroid.injected.signing.store.file=$HOME/.android/debug.keystore \
5555
-Pandroid.injected.signing.store.password=android \
5656
-Pandroid.injected.signing.key.alias=androiddebugkey \

0 commit comments

Comments
 (0)