Skip to content

Commit 26a3fd2

Browse files
Increase Android CI heap size to 6GB (#229)
Increase Android CI Gradle heap size from 4GB to 6GB This addresses Java heap space errors in CI by increasing the maximum heap size available to Gradle during Android test runs.
1 parent d8ed51c commit 26a3fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Run Android tests
8989
env:
90-
GRADLE_OPTS: -Xmx4g
90+
GRADLE_OPTS: -Xmx6g
9191
run: |
9292
echo "STOREFRONT_DOMAIN=\"myshopify.com\"" > sample/.env
9393
yarn module build

0 commit comments

Comments
 (0)