Skip to content

1. remove cruft. 2. js string fix. 3. add kaminari to gemfile -- this… #78

1. remove cruft. 2. js string fix. 3. add kaminari to gemfile -- this…

1. remove cruft. 2. js string fix. 3. add kaminari to gemfile -- this… #78

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