We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca7b7e commit bcff9d0Copy full SHA for bcff9d0
1 file changed
.github/workflows/test.yml
@@ -23,5 +23,8 @@ jobs:
23
runtime: node@26
24
- name: Install dependencies
25
run: pnpm ci
26
+ - name: Install Metro demo dependencies
27
+ run: pnpm ci
28
+ working-directory: test/demo-metro
29
- name: Run tests
30
run: pnpm test
0 commit comments