Skip to content

Update cocoapods version to 2.0.01 #105

Update cocoapods version to 2.0.01

Update cocoapods version to 2.0.01 #105

name: Run CI
on: [push, pull_request]
jobs:
CI:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: bundle install
- run: pod install --repo-update
- name: Set Xcode Version 13.2.1
run: sudo xcode-select -s /Applications/Xcode_13.2.1.app
- name: fastlane
run: set -o pipefail && bundle exec fastlane travis
- run: bash <(curl -s https://codecov.io/bash) -J 'FlexLayout' -J 'FlexLayoutTests'
- run: echo "🍏 This job's status is ${{ job.status }}."