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 b748908 commit 8553525Copy full SHA for 8553525
.github/actions/setup-e2e-env/action.yml
@@ -200,7 +200,7 @@ runs:
200
# Install CocoaPods w/ cached bundler environment
201
- name: Install CocoaPods via bundler
202
if: ${{ inputs.platform == 'ios'}}
203
- run: bundle exec pod install--repo-update --verbose
+ run: bundle exec pod install --repo-update --verbose
204
working-directory: ios
205
shell: bash
206
0 commit comments