Skip to content

IOS-3570 Simple table | fix crash iOS 18, add template view (to branch release) #2746

IOS-3570 Simple table | fix crash iOS 18, add template view (to branch release)

IOS-3570 Simple table | fix crash iOS 18, add template view (to branch release) #2746

Workflow file for this run

name: Run tests on PR
on:
pull_request:
workflow_dispatch:
jobs:
main:
name: Test Checks
runs-on: ${{ vars.RUNNER_PR }}
timeout-minutes: 35
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare deps
uses: ./.github/actions/prepare-deps
- name: Setup Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: '16.0'
- name: Download Middleware
run: make setup-middle-ci
env:
MIDDLEWARE_TOKEN: ${{ secrets.MIDDLEWARE_TOKEN }}
- name: License Checks
uses: ./.github/actions/license-checks
- name: Run unit tests
run: bundle exec fastlane tests skip_notify:true
env:
SLACK_URL_BUILD_TESTS: ${{ secrets.SLACK_URL_BUILD_TESTS }}
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 900
FASTLANE_XCODE_LIST_TIMEOUT: 900