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 d59271b commit cda472cCopy full SHA for cda472c
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Run Android tests
103
env:
104
- GRADLE_OPTS: -Xmx2g -XX:MaxMetaspaceSize=512m
+ GRADLE_OPTS: -Xmx4g -XX:MaxMetaspaceSize=768m
105
run: |
106
echo "STOREFRONT_DOMAIN=\"myshopify.com\"" > sample/.env
107
yarn module build
sample/scripts/test_android
@@ -4,4 +4,4 @@ set -e
4
5
cd android
6
7
-./gradlew clean test --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a
+./gradlew clean test --no-daemon --console=plain -Dorg.gradle.workers.max=1 -PreactNativeArchitectures=arm64-v8a
0 commit comments