Skip to content

Commit

Permalink
ci: increase gradle max heap size to 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 6, 2024
1 parent d78e4a7 commit ee21cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 0 * * 0' # https://crontab.guru/every-week

env:
GRADLE_OPTS: -Xmx2048m
GRADLE_OPTS: -Xmx4096m
TEST_APP_DEPS: react-native-modal react-native-webview
TEST_APP_DEV_DEPS: typescript @babel/preset-env react-shallow-renderer
RN_BUNDLE_ARGS: --entry-file index.js --platform android --dev false --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
Expand Down

0 comments on commit ee21cde

Please sign in to comment.