Skip to content

Beep no longer supported by twilio gather #73

Beep no longer supported by twilio gather

Beep no longer supported by twilio gather #73

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
name: Run tests in CI
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec --format doc