File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -384,8 +384,7 @@ jobs:
384384 node --test test/config.test.mjs
385385 working-directory : example
386386 - name : Test
387- # Temporarily disabled due to random failures
388- if : false # ${{ steps.affected.outputs.macos != '' && github.event_name != 'schedule' }}
387+ if : ${{ steps.affected.outputs.macos != '' && github.event_name != 'schedule' }}
389388 run : |
390389 ../scripts/build/xcodebuild.sh macos/Example.xcworkspace test-without-building
391390 working-directory : example
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ - (void)testDevSupportIsLinked
1212 XCTAssertNotNil (ReactAppDidFinishLaunchingNotification);
1313 XCTAssertNotNil (ReactAppWillInitializeReactNativeNotification);
1414 XCTAssertNotNil (ReactAppDidInitializeReactNativeNotification);
15+ XCTAssertNotNil (ReactAppRuntimeReadyNotification);
16+ XCTAssertNotNil (ReactAppDidRegisterAppsNotification);
1517 XCTAssertNotNil (ReactAppSceneDidOpenURLNotification);
1618}
1719
You can’t perform that action at this time.
0 commit comments