Skip to content

Commit 65c1241

Browse files
example app installs, but has no code, so fail.
1 parent e0526e4 commit 65c1241

1 file changed

Lines changed: 15 additions & 37 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 15 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -176,26 +176,6 @@ jobs:
176176
- name: Setup
177177
uses: ./.github/actions/setup
178178

179-
- name: Install macOS dependencies
180-
run: |
181-
brew tap wix/brew
182-
brew install applesimutils
183-
env:
184-
HOMEBREW_NO_AUTO_UPDATE: 1
185-
HOMEBREW_NO_INSTALL_CLEANUP: 1
186-
187-
- name: Setup Ruby
188-
uses: ruby/setup-ruby@v1
189-
with:
190-
bundler-cache: true
191-
ruby-version: 2.6.10
192-
193-
- name: Example App Yarn install
194-
run: |
195-
cd example
196-
yarn install --frozen-lockfile
197-
cd ..
198-
199179
# - name: Cache cocoapods
200180
# if: env.turbo_cache_hit != 1
201181
# id: cocoapods-cache
@@ -244,23 +224,21 @@ jobs:
244224
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
245225
# echo "${{ env.TURBO_CACHE_DIR }}"
246226

247-
# - name: Build example for iOS
248-
# run: |
249-
# cd example/ios
250-
#
251-
# xcodebuild -list -workspace ReactNativeSdkExample.xcworkspace
252-
#
253-
# xcodebuild -list -project ReactNativeSdkExample.xcodeproj
254-
#
255-
# xcodebuild clean build \
256-
# -workspace ReactNativeSdkExample.xcworkspace \
257-
# -scheme ReactNativeSdkExample \
258-
# CODE_SIGN_IDENTITY="" \
259-
# CODE_SIGNING_REQUIRED=NO \
260-
# CODE_SIGNING_ALLOWED=NO \
261-
# BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
262-
# APPLICATION_EXTENSION_API_ONLY=YES \
263-
# continue-on-error: true
227+
- name: Build example for iOS
228+
run: |
229+
cd example/ios
230+
231+
xcodebuild clean
232+
233+
xcodebuild build \
234+
-workspace ReactNativeSdkExample.xcworkspace \
235+
-scheme ReactNativeSdkExample \
236+
CODE_SIGN_IDENTITY="" \
237+
CODE_SIGNING_REQUIRED=NO \
238+
CODE_SIGNING_ALLOWED=NO \
239+
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
240+
APPLICATION_EXTENSION_API_ONLY=NO \
241+
continue-on-error: true
264242

265243
# ARCHS=arm64
266244
#

0 commit comments

Comments
 (0)