File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,7 @@ jobs:
384
384
node --test test/config.test.mjs
385
385
working-directory : example
386
386
- 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' }}
389
388
run : |
390
389
../scripts/build/xcodebuild.sh macos/Example.xcworkspace test-without-building
391
390
working-directory : example
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ - (void)testDevSupportIsLinked
12
12
XCTAssertNotNil (ReactAppDidFinishLaunchingNotification);
13
13
XCTAssertNotNil (ReactAppWillInitializeReactNativeNotification);
14
14
XCTAssertNotNil (ReactAppDidInitializeReactNativeNotification);
15
+ XCTAssertNotNil (ReactAppRuntimeReadyNotification);
16
+ XCTAssertNotNil (ReactAppDidRegisterAppsNotification);
15
17
XCTAssertNotNil (ReactAppSceneDidOpenURLNotification);
16
18
}
17
19
You can’t perform that action at this time.
0 commit comments