Skip to content

Commit

Permalink
Disable Xcode 13 regression until Xcode 14 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
polqf committed Aug 31, 2022
1 parent 384d1e4 commit f89f6fb
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,29 +164,29 @@ jobs:
run: echo "::set-output name=launch_id::${{env.LAUNCH_ID}}"
if: env.LAUNCH_ID != ''

build-xcode13:
name: Build LLC + UI (Xcode 13)
runs-on: macos-12
if: ${{ github.event_name != 'push' }}
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/bootstrap
- name: List Xcode versions xcversion sees
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
- name: Build LLC (Xcode 13)
run: bundle exec fastlane test device:"iPhone 13" build_for_testing:true
timeout-minutes: 25
env:
XCODE_VERSION: "13"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT: ${{ toJson(github.event) }}
- name: Build UI (Xcode 13)
run: bundle exec fastlane test_ui device:"iPhone 13" build_for_testing:true
timeout-minutes: 25
env:
XCODE_VERSION: "13"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT: ${{ toJson(github.event) }}
# build-xcode13:
# name: Build LLC + UI (Xcode 13)
# runs-on: macos-12
# if: ${{ github.event_name != 'push' }}
# steps:
# - uses: actions/checkout@v2
# - uses: ./.github/actions/bootstrap
# - name: List Xcode versions xcversion sees
# run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
# - name: Build LLC (Xcode 13)
# run: bundle exec fastlane test device:"iPhone 13" build_for_testing:true
# timeout-minutes: 25
# env:
# XCODE_VERSION: "13"
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_EVENT: ${{ toJson(github.event) }}
# - name: Build UI (Xcode 13)
# run: bundle exec fastlane test_ui device:"iPhone 13" build_for_testing:true
# timeout-minutes: 25
# env:
# XCODE_VERSION: "13"
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_EVENT: ${{ toJson(github.event) }}

build-apps:
name: Build Sample + Demo Apps
Expand Down

0 comments on commit f89f6fb

Please sign in to comment.