Skip to content

MMMLoadableImageView: separate 'syncing' and 'failed' placeholders #22

MMMLoadableImageView: separate 'syncing' and 'failed' placeholders

MMMLoadableImageView: separate 'syncing' and 'failed' placeholders #22

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_ios:
name: Test iOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
run: gem install xcpretty
- name: Test
run: |
device=`xcrun simctl list devices available | grep -oE 'iPhone 11.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
xcodebuild test -destination "name=$device" -scheme 'MMMCommonUI' | xcpretty