Skip to content

Commit 55a37a1

Browse files
authored
Increase memory allocation for Android tests CI step to 4g (#193)
1 parent 970dc26 commit 55a37a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
java-version: '17'
8787

8888
- name: Run Android tests
89+
env:
90+
GRADLE_OPTS: -Xmx4g
8991
run: |
9092
echo "STOREFRONT_DOMAIN=\"myshopify.com\"" > sample/.env
9193
yarn module build

0 commit comments

Comments
 (0)