Skip to content

Commit bcff9d0

Browse files
committed
Fix CI
1 parent eca7b7e commit bcff9d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
runtime: node@26
2424
- name: Install dependencies
2525
run: pnpm ci
26+
- name: Install Metro demo dependencies
27+
run: pnpm ci
28+
working-directory: test/demo-metro
2629
- name: Run tests
2730
run: pnpm test

0 commit comments

Comments
 (0)