From 37168f783fe9271088e7590e07cd395811d5ba7d Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Tue, 6 Aug 2024 11:41:50 -0700 Subject: [PATCH] Clean up sample_test script --- .github/workflows/sample_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sample_test.yml b/.github/workflows/sample_test.yml index 516fe32a..d52709ab 100644 --- a/.github/workflows/sample_test.yml +++ b/.github/workflows/sample_test.yml @@ -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 }} @@ -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