Skip to content

Commit b80b2c3

Browse files
committed
Add parameters
1 parent 289adc3 commit b80b2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template-testcli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
working-directory: package
3939

4040
- name: create react-native@${{ inputs.rnwVersion }} app
41-
run: npx --yes @react-native-community/cli init testrnx --version ${{ inputs.rnwVersion }} --verbose --skip-git-init true
41+
run: npx --yes @react-native-community/cli@latest init testrnx --version ${{ inputs.rnwVersion }} --skip-install --install-pods false --verbose --skip-git-init true
4242
working-directory: ../
4343

4444
- name: add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
45-
run: npx @react-native-community/cli init-windows --template old/uwp-cpp-app --overwrite ${{ inputs.useRnwNuGet && '--experimentalNuGetDependency true' || '' }} --logging
45+
run: npx @react-native-community/cli@latest init-windows --template old/uwp-cpp-app --overwrite ${{ inputs.useRnwNuGet && '--experimentalNuGetDependency true' || '' }} --logging
4646
working-directory: ../testrnx
4747

4848
- name: link react-native-xaml

0 commit comments

Comments
 (0)