Skip to content

Commit 15e4399

Browse files
feat: add wait step for React Native bridge initialization before running tests
1 parent 8d264ee commit 15e4399

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ios.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
working-directory: example
8282
run: yarn app:install:ios
8383

84+
# Wait for app and bridge to be fully ready
85+
- name: Wait for React Native bridge initialization
86+
run: |
87+
echo "Waiting for app and bridge to be fully initialized..."
88+
sleep 10
89+
echo "Ready to run tests"
90+
8491
# Run tests
8592
- name: Run Harness E2E tests
8693
working-directory: example

0 commit comments

Comments
 (0)