Skip to content

Make sure domain and target_call_id are nil for execute #32

Make sure domain and target_call_id are nil for execute

Make sure domain and target_call_id are nil for execute #32

Workflow file for this run

on: push
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['3.2']
env:
RAILS_ENV: test
CI: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Specs
run: |
bundle exec rspec spec