Skip to content

Bump ruby/setup-ruby from 1.146.0 to 1.148.0 #241

Bump ruby/setup-ruby from 1.146.0 to 1.148.0

Bump ruby/setup-ruby from 1.146.0 to 1.148.0 #241

Workflow file for this run

name: coverage
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148.0
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest -v "5.15.0"
- name: Run test
env:
COVERALLS: "yes"
run: ruby -Ilib exe/rake