Skip to content

Bump ruby/setup-ruby from 1.153.0 to 1.154.0 #283

Bump ruby/setup-ruby from 1.153.0 to 1.154.0

Bump ruby/setup-ruby from 1.153.0 to 1.154.0 #283

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0
- uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.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