Skip to content

Commit fd759d6

Browse files
committed
ci(macos): re-enable smoke test
1 parent 354c3a0 commit fd759d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

example/ios/ExampleTests/DevSupportTests.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)