Skip to content

Commit 2b0871f

Browse files
committed
f
1 parent fc9f632 commit 2b0871f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function run() {
2020

2121
if (platform === 'android') {
2222
const sdkmanager = '/usr/local/share/android-sdk/tools/bin/sdkmanager';
23-
exec.execSync(`y | ${sdkmanager} --update && y | ${sdkmanager} --licenses`);
23+
exec.execSync(`echo y | ${sdkmanager} --update && echo y | ${sdkmanager} --licenses`);
2424
}
2525

2626
if (!skipBuild) {

0 commit comments

Comments
 (0)