@@ -51,47 +51,47 @@ jobs:
51
51
-destination 'platform=macOS,arch=arm64' \
52
52
ONLY_ACTIVE_ARCH=NO \
53
53
CODE_SIGNING_ALLOWED=NO
54
- iOS :
55
- name : Test iOS
56
- runs-on : macos-latest
57
- steps :
58
- - name : Checkout repository
59
- uses : actions/checkout@v3
54
+ # iOS:
55
+ # name: Test iOS
56
+ # runs-on: macos-latest
57
+ # steps:
58
+ # - name: Checkout repository
59
+ # uses: actions/checkout@v3
60
60
61
- - name : Configure Git credentials
62
- run : |
63
- git config --global url."https://x-access-token:${{ secrets.PKG_TOKEN }}@github.com/".insteadOf "https://github.com/"
61
+ # - name: Configure Git credentials
62
+ # run: |
63
+ # git config --global url."https://x-access-token:${{ secrets.PKG_TOKEN }}@github.com/".insteadOf "https://github.com/"
64
64
65
- - name : Set up Ruby (for installing Bundler and Fastlane)
66
- uses : ruby/setup-ruby@v1
67
- with :
68
- ruby-version : ' 3.0'
65
+ # - name: Set up Ruby (for installing Bundler and Fastlane)
66
+ # uses: ruby/setup-ruby@v1
67
+ # with:
68
+ # ruby-version: '3.0'
69
69
70
- - name : Install dep via Carthage
71
- run : |
72
- carthage bootstrap --platform iOS --use-xcframeworks --cache-builds
70
+ # - name: Install dep via Carthage
71
+ # run: |
72
+ # carthage bootstrap --platform iOS --use-xcframeworks --cache-builds
73
73
74
- - name : Install dependencies via Swift Package Manager
75
- run : swift package resolve
74
+ # - name: Install dependencies via Swift Package Manager
75
+ # run: swift package resolve
76
76
77
- - name : Set up Xcode
78
- uses : maxim-lobanov/setup-xcode@v1
79
- with :
80
- xcode-version : ' 16.4.0'
81
- - name : Create config file
82
- run : |
83
- echo '{
84
- "api_key": "${{ secrets.api_key }}",
85
- "delivery_token": "${{ secrets.delivery_token }}",
86
- "environment": "${{ secrets.environment }}"
87
- }' > Tests/config.json
77
+ # - name: Set up Xcode
78
+ # uses: maxim-lobanov/setup-xcode@v1
79
+ # with:
80
+ # xcode-version: '16.4.0'
81
+ # - name: Create config file
82
+ # run: |
83
+ # echo '{
84
+ # "api_key": "${{ secrets.api_key }}",
85
+ # "delivery_token": "${{ secrets.delivery_token }}",
86
+ # "environment": "${{ secrets.environment }}"
87
+ # }' > Tests/config.json
88
88
89
- - name : Build and run tests
90
- run : |
91
- xcodebuild test \
92
- -workspace ContentstackSwift.xcworkspace \
93
- -scheme "ContentstackSwift iOS Tests" \
94
- -destination "platform=iOS Simulator,name=iPhone 16,OS=18.5" \
95
- -sdk iphonesimulator \
96
- ONLY_ACTIVE_ARCH=NO \
97
- CODE_SIGNING_ALLOWED=NO
89
+ # - name: Build and run tests
90
+ # run: |
91
+ # xcodebuild test \
92
+ # -workspace ContentstackSwift.xcworkspace \
93
+ # -scheme "ContentstackSwift iOS Tests" \
94
+ # -destination "platform=iOS Simulator,name=iPhone 16,OS=18.5" \
95
+ # -sdk iphonesimulator \
96
+ # ONLY_ACTIVE_ARCH=NO \
97
+ # CODE_SIGNING_ALLOWED=NO
0 commit comments