Skip to content

Updates minimum deployment target to iOS16 and start expand collapse control implementation #249

Updates minimum deployment target to iOS16 and start expand collapse control implementation

Updates minimum deployment target to iOS16 and start expand collapse control implementation #249

Workflow file for this run

name: Testing
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
jobs:
lint:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Install Bundle
run: bundle install
- name: Run swiftlint
run: bundle exec fastlane lint
test:
needs: lint
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Install Bundle
run: bundle install
- name: Run unit tests
run: bundle exec fastlane tests