Skip to content

Bump activesupport from 7.1.2 to 7.1.3 (#159) #386

Bump activesupport from 7.1.2 to 7.1.3 (#159)

Bump activesupport from 7.1.2 to 7.1.3 (#159) #386

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- run: bin/rubocop
- run: bin/rspec
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
directory: tmp/simple_cov