Skip to content

Commit

Permalink
Update install-test-react-native.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored May 26, 2023
1 parent e0a4be2 commit 5426439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Initialize app
# Using "--skip-bundle-install" to let the setup-ruby action install the bundle
# Using "--skip-pod-install" to ensure it happens after setup-ruby has executed
run: npm run init -- --skip-bundle-install --skip-pod-install --realm-version ${{ matrix.realm-version }} --react-native-version ${{ matrix.react-native-version }} --engine ${{ matrix.engine }}
run: npm run init -- --skip-bundle-install --skip-pod-install --realm-version ${{ matrix.realm-version }} --react-native-version ${{ matrix.react-native-version }} --engine ${{ matrix.engine }} --new-architecture ${{ matrix.new-architecture }}

- uses: ruby/setup-ruby@v1
if: ${{ matrix.platform == 'ios' }}
Expand Down

0 comments on commit 5426439

Please sign in to comment.