Skip to content

Commit

Permalink
Clean up sample_test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Aug 6, 2024
1 parent 5b11583 commit 37168f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: NPM install ${{ matrix.project }}
run: |
cd samples/${{ matrix.project }}
npm install
npm install --legacy-peer-deps
npm install ../../new.tgz
cat package.json
- name: Build ${{ matrix.project }} ${{ matrix.platform }}
Expand All @@ -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 37168f7

Please sign in to comment.