Skip to content

Commit 385318b

Browse files
cipolleschiblakef
authored andcommitted
[LOCAL] Fix testing script to use debug versions of the Android APK
1 parent 4cffff3 commit 385318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-testing/test-e2e-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async function testRNTesterAndroid(
164164
exec(`unzip ${downloadPath} -d ${unzipFolder}`);
165165
let apkPath = path.join(
166166
unzipFolder,
167-
`app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-release.apk`,
167+
`app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-debug.apk`,
168168
);
169169

170170
exec(`adb install ${apkPath}`);

0 commit comments

Comments
 (0)