Skip to content

Commit

Permalink
Updating podfile for cocoapods tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Jul 24, 2023
1 parent ed5227a commit 4a4d065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/CodegenCLITests/pod-install-test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target 'pod-install-test' do
pod 'Apollo', :git => "https://github.com/#{ENV['GITHUB_REPOSITORY']}.git", :commit => ENV['APOLLO_IOS_SHA']
pod 'ApolloTestSupport', :git => "https://github.com/#{ENV['GITHUB_REPOSITORY']}.git", :commit => ENV['APOLLO_IOS_SHA']
else
pod 'Apollo', :git => 'https://github.com/apollographql/apollo-ios.git', :branch => ENV['APOLLO_IOS_BRANCH']
pod 'ApolloTestSupport', :git => 'https://github.com/apollographql/apollo-ios.git', :branch => ENV['APOLLO_IOS_BRANCH']
pod 'Apollo', :git => 'https://github.com/apollographql/apollo-ios.git', :commit => ENV['APOLLO_IOS_SHA']
pod 'ApolloTestSupport', :git => 'https://github.com/apollographql/apollo-ios.git', :commit => ENV['APOLLO_IOS_SHA']
end
end

0 comments on commit 4a4d065

Please sign in to comment.