Skip to content

Commit 210aa14

Browse files
committed
starts bundler before running native tests
1 parent 404e99e commit 210aa14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ jobs:
143143

144144
- run: bun install
145145

146+
- name: Start bundler
147+
run: bun start &
148+
working-directory: apps/example
149+
146150
- uses: actions/cache@v4
147151
with:
148152
path: example/ios/Pods

0 commit comments

Comments
 (0)