Skip to content

Merge pull request #78 from kinoppyd/3-4-3 #109

Merge pull request #78 from kinoppyd/3-4-3

Merge pull request #78 from kinoppyd/3-4-3 #109

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Build and test with Rake
run: |
bundle install --jobs 4 --retry 3
bundle exec rake