Skip to content

Add explicit Ruby version #219

Add explicit Ruby version

Add explicit Ruby version #219

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 16, Col: 7): Unexpected value 'run'
on: [push]
jobs:
build:
runs-on: macos-26
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.0'
bundler-cache: false
run: 'bundle install && bundle exec fastlane test'
env:
TEST_SCHEME: "TOCropViewControllerTests"