react-native/scripts
Riccardo Cipolleschi 27bd6c9227 Use Debug APK for release testing (#46413)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/46413

When testing RNTester for Android during a release, we downloads the APKs from CI to save time.

Sadly, we were downloading the Release APKs instead of the Debug ones, so we could not test te integration with Metro.

This change fixes the testing scripts to download the debug APK

## Changelog
[Internal] - Download the debug APK instead of the Release one

Reviewed By: cortinico

Differential Revision: D62436023

fbshipit-source-id: 08a568caf3e5c85b9da933bc01623587bd36affe
2024-09-10 04:41:07 -07:00
..
__tests__ Move all package.json updates into set-version script (#45180) 2024-06-26 07:59:49 -07:00
build Use metro-babel-register for additive Babel registration (#45295) 2024-07-05 04:48:30 -07:00
circleci Remove report-app-size (#45483) 2024-07-18 04:34:32 -07:00
debugger-frontend Add --create-diff mode to debugger-frontend sync script (#43621) 2024-03-22 12:11:48 -07:00
e2e Fix E2E tests on Template (#45974) 2024-08-13 05:05:56 -07:00
monorepo Remove bump-all-updated-packages script (#43534) 2024-03-19 07:05:03 -07:00
release-testing Use Debug APK for release testing (#46413) 2024-09-10 04:41:07 -07:00
releases update metro version in react-native (#46264) 2024-08-30 05:26:34 -07:00
releases-ci Fix warning on scripts/releases-ci/__tests__/publish-updated-packages-test.js (#45643) 2024-07-24 12:41:00 -07:00
utils Port changes in the release testing script from the release branch (#45174) 2024-06-27 04:11:44 -07:00
.tests.env Test against XCode 14.3 and 15 (#41798) 2023-12-05 15:35:05 -08:00
clean-gha-cache.js Allow cache reaper to skip failing cache removal request (#45593) 2024-07-24 00:45:05 -07:00
consts.js Fix RNTester Podfile.lock update in release workflow (#43513) 2024-03-15 10:32:07 -07:00
lint-java.js Enable lint/sort-imports everywhere (#41334) 2023-11-06 12:59:38 -08:00
npm-utils.js Move all package.json updates into set-version script (#45180) 2024-06-26 07:59:49 -07:00
objc-test.sh Port CI improvements from Release branch to main (#45175) 2024-06-27 04:11:44 -07:00
process-podspecs.sh
run-ci-javascript-tests.js RN: Fix Open Source Test Scripts 2024-03-29 01:42:24 -07:00
scm-utils.js Enable Flow on misc release scripts (#42736) 2024-01-31 03:36:02 -08:00
sync-css-layout.sh | RN Monorepo | Migrate to package (#36434) 2023-03-17 05:03:25 -07:00
validate-ios-test-env.sh