Skip to content

[FEAT!] Set Up Postgres For All Environments #20

[FEAT!] Set Up Postgres For All Environments

[FEAT!] Set Up Postgres For All Environments #20

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
- name: Build and test with RSpec
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rspec