Skip to content

1. fix search bug re: approval setting 2. schema 3. remove extraneous… #71

1. fix search bug re: approval setting 2. schema 3. remove extraneous…

1. fix search bug re: approval setting 2. schema 3. remove extraneous… #71

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare database
run: docker-compose run web rails db:setup
- name: Run tests
run: docker-compose run web rspec