Skip to content

Add support for visionOS (#21) #8

Add support for visionOS (#21)

Add support for visionOS (#21) #8

Workflow file for this run

name: Test
on: [push]
jobs:
chat:
name: Checks
runs-on: macos-11
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: actions/[email protected]
id: bundler-cache
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Bundler
run: |
gem install bundler
bundle config path vendor/bundle
bundle check || bundle install --jobs 4 --retry 3
- name: Tests
run: bundle exec rake