Skip to content

Release 1.0.0.beta4 #318

Release 1.0.0.beta4

Release 1.0.0.beta4 #318

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake