Skip to content

Commit fa52603

Browse files
committed
ci: fix ci to use the example argument
1 parent ef0953b commit fa52603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
--repo-url https://test.test \
117117
--type ${{ matrix.type }} \
118118
--languages ${{ matrix.language }} \
119+
--example ${{ matrix.language == 'js' && 'expo' || 'vanilla' }} \
119120
--no-local
120121
121122
- name: Cache dependencies of library

0 commit comments

Comments
 (0)