Skip to content

Merge pull request #578 from TimOliver/fix-core-graphics #164

Merge pull request #578 from TimOliver/fix-core-graphics

Merge pull request #578 from TimOliver/fix-core-graphics #164

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: 'bundle install && bundle exec fastlane test'
env:
TEST_SCHEME: "TOCropViewControllerTests"