Skip to content

Merge pull request #92 from gmcgibbon/dependabot/bundler/rdoc-6.6.3.1 #228

Merge pull request #92 from gmcgibbon/dependabot/bundler/rdoc-6.6.3.1

Merge pull request #92 from gmcgibbon/dependabot/bundler/rdoc-6.6.3.1 #228

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: ruby/setup-ruby@v1
name: Setup Ruby
with:
ruby-version: 3.3.0
- name: 💅🏼 Lint
run: |
bundle install
bundle exec rubocop
- name: 🧪 Test App
run: |
bundle install
bin/rails test
- name: 🧪 Test Blog
run: |
bundle install
bin/rails test
working-directory: blog