Skip to content

Bump bootsnap from 1.16.0 to 1.18.1 #133

Bump bootsnap from 1.16.0 to 1.18.1

Bump bootsnap from 1.16.0 to 1.18.1 #133

Workflow file for this run

on:
- push
jobs:
Specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Start docker-compose
run: docker compose up -d --wait --quiet-pull
- name: Bundler
run: docker compose exec app bundle install
- name: Prepare test db
run: docker compose exec app rails db:test:prepare
- name: Run specs
run: docker compose exec app rspec