Skip to content

Use update! so we throw errors if de-publishing a study fails. #82

Use update! so we throw errors if de-publishing a study fails.

Use update! so we throw errors if de-publishing a study fails. #82

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