From b370943d25b0d937878d6a8d54053a8ad3307a4b Mon Sep 17 00:00:00 2001 From: Kotauror Date: Tue, 10 Dec 2024 10:55:32 +0100 Subject: [PATCH] ci: try pass --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1794f1..f631a49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 \ No newline at end of file + xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -destination 'platform=iOS Simulator,name=iPhone 16' test \ No newline at end of file