Skip to content

Commit fb5c20a

Browse files
run android with --no-packager to avoid port prompt
1 parent 69faaa7 commit fb5c20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/screenshot-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
adb wait-for-device
130130
adb shell getprop sys.boot_completed
131131
cd TestingCharts
132-
npm run android
132+
npm run android -- --no-packager
133133
134134
- name: Wait for screenshot tests to complete
135135
run: |

0 commit comments

Comments
 (0)