Closed godrei closed 3 years ago
This PR adds an option for running pod update command, instead of the default pod install.
pod update
pod install
Resolves: https://github.com/bitrise-steplib/steps-cocoapods-install/issues/49
test_with_gemfile
update
test_update_with_gemfile
CocoapodsInstaller
command
Checklist
Context
This PR adds an option for running
pod update
command, instead of the defaultpod install
.Resolves: https://github.com/bitrise-steplib/steps-cocoapods-install/issues/49
Changes
test_with_gemfile
to test theupdate
command:test_update_with_gemfile
CocoapodsInstaller
and test the pod install phasecommand
inputInvestigation details