Skip to content

Merge branch 'main' into adding_release_workflow #472

Merge branch 'main' into adding_release_workflow

Merge branch 'main' into adding_release_workflow #472

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DB_DATABASE: test_db
DB_USER: root
DB_PASSWORD: root
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
- name: Run the default task
run: |
gem install bundler -v 2.2.15
bundle install
bundle exec rake