Skip to content

Commit

Permalink
Update sample_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulajet authored Jan 31, 2022
1 parent b2b63b6 commit 22f5c21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '13.1'
- name: Pack Library
run: |
npm pack
Expand Down Expand Up @@ -44,7 +48,7 @@ jobs:
pod update opentok-react-native
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.2'
else
./gradlew app:assembleRelease
fi
Expand Down

0 comments on commit 22f5c21

Please sign in to comment.