Skip to content

Commit

Permalink
update cocoapods in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed May 16, 2024
1 parent a592b18 commit 2288502
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
bundle check || bundle install
- name: Install Pods
run: bundle exec pod install
run: |
bundle exec pod install
gem install cocoapods
- name: Test AppSyncRealTimeClient
run: xcodebuild test -workspace AppSyncRealTimeClient.xcworkspace -scheme AppSyncRealTimeClient -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}

0 comments on commit 2288502

Please sign in to comment.