Skip to content

Commit

Permalink
test: update mac in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotauror committed Dec 10, 2024
1 parent b370943 commit 271ce19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
yarn turbo run build:ios
test-swift:
runs-on: macos-14
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -112,12 +112,12 @@ jobs:
pod install
env:
NO_FLIPPER: 1
- name: Build example for iOS
run: |
yarn turbo run build:ios

- name: Build
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' test
xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO test

0 comments on commit 271ce19

Please sign in to comment.