Skip to content

feat(TSE-848): Add support for the new In-Context Editor (#56) #54

feat(TSE-848): Add support for the new In-Context Editor (#56)

feat(TSE-848): Add support for the new In-Context Editor (#56) #54

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
with:
ruby-version: '3.2'
- run: bundle install
- run: bundle exec rspec spec