Skip to content

Commit

Permalink
Fix build issues in sample test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Aug 6, 2024
1 parent e4952a4 commit fe04cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ 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'
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
else
./gradlew -Dorg.gradle.jvmargs=-Xmx4g app:assembleRelease
fi
Expand Down

0 comments on commit fe04cd2

Please sign in to comment.