Skip to content

Bump json from 2.16.0 to 2.17.1 #490

Bump json from 2.16.0 to 2.17.1

Bump json from 2.16.0 to 2.17.1 #490

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
env:
DB_HOST: 127.0.0.1
steps:
- uses: actions/checkout@v2
- name: Install and start services
run: docker compose up -d --wait
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Setup Application
run: bin/setup --skip-server
- name: Run Tests
run: bin/rails test