Skip to content

Bump ruby/setup-ruby from 1.256.0 to 1.257.0 #722

Bump ruby/setup-ruby from 1.256.0 to 1.257.0

Bump ruby/setup-ruby from 1.256.0 to 1.257.0 #722

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install test-unit coveralls
- name: Run test
env:
COVERALLS: "yes"
run: ruby -Ilib exe/rake