Skip to content

Merge pull request #584 from woxtu/image-creation #215

Merge pull request #584 from woxtu/image-creation

Merge pull request #584 from woxtu/image-creation #215

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"