You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Following up the announcement made at AppJS, this change stops testing the legacy architecture in our CI
## Changelog:
[Internal] - Stop testing the legacy architecture in CI
Pull Request resolved: #51738
Test Plan: waiting for GHA
Reviewed By: cortinico
Differential Revision: D75791359
Pulled By: cipolleschi
fbshipit-source-id: cb3159338835f49589fa6f495cfb9f47750825fe
Copy file name to clipboardExpand all lines: .github/actions/test-ios-helloworld/action.yml
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,6 @@ inputs:
4
4
use-frameworks:
5
5
description: The dependency building and linking strategy to use. Must be one of "StaticLibraries", "DynamicFrameworks"
6
6
default: StaticLibraries
7
-
architecture:
8
-
description: The React Native architecture to Test. RNTester has always Fabric enabled, but we want to run integration test with the old arch setup. Must be one of "OldArch" or "NewArch"
9
-
default: OldArch
10
7
ruby-version:
11
8
description: The version of ruby that must be used
0 commit comments