Skip to content

Commit

Permalink
ci: try pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotauror committed Dec 10, 2024
1 parent e8852e5 commit b370943
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
run: |
yarn turbo run build:ios
- name: Run unit tests swift
run: |
yarn turbo run build:ios
test-swift:
runs-on: macos-14
steps:
Expand All @@ -116,8 +112,12 @@ jobs:
pod install
env:
NO_FLIPPER: 1

- name: Build example for iOS
run: |
yarn turbo run build:ios
- name: Run unit tests swift
run: |
cd example/ios
xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -destination 'platform=iOS Simulator,name=iPhone 16' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO test
xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -destination 'platform=iOS Simulator,name=iPhone 16' test

0 comments on commit b370943

Please sign in to comment.