Skip to content

Commit

Permalink
[LOCAL] Fix testing script to use debug versions of the Android APK
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored and blakef committed Nov 25, 2024
1 parent 4cffff3 commit 385318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-testing/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async function testRNTesterAndroid(
exec(`unzip ${downloadPath} -d ${unzipFolder}`);
let apkPath = path.join(
unzipFolder,
`app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-release.apk`,
`app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-debug.apk`,
);

exec(`adb install ${apkPath}`);
Expand Down

0 comments on commit 385318b

Please sign in to comment.