Skip to content

Commit

Permalink
No need to pod update hermes-engine in sample test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Aug 6, 2024
1 parent fe04cd2 commit f44d89e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
if test -f Podfile
then
pod update opentok-react-native
pod update hermes-engine --no-repo-update
pod install
cat Podfile.lock
xcodebuild clean build -quiet -workspace ${{ matrix.project }}.xcworkspace -scheme ${{ matrix.project }} -destination 'platform=iOS Simulator,name=iPhone 11,OS=15.0' -- CODE_SIGNING_ALLOWED=NO
Expand Down

0 comments on commit f44d89e

Please sign in to comment.