Skip to content

Commit

Permalink
Modify Android test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent 4e477cc commit e64213a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/test-android.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run run:android:release --cache-dir=.turbo/android
JAVA_OPTS=-XX:MaxHeapSize=6g yarn android
adb forward tcp:9000 tcp:9000
echo "Polling in-app server..."
node ./scripts/poll-in-app-server.js
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"android",
"!android/build",
"src/*.ts",
"src/*.tsx",
"src/tests/*.tsx",
"example/package.json",
"example/android",
"cpp",
Expand All @@ -24,7 +24,7 @@
"ios",
"cpp",
"src/*.ts",
"src/*.tsx",
"src/tests/*.tsx",
"example/package.json",
"example/ios",
"!example/ios/build",
Expand Down

0 comments on commit e64213a

Please sign in to comment.