Skip to content

Bump ruby/setup-ruby from 1.262.0 to 1.263.0 #737

Bump ruby/setup-ruby from 1.262.0 to 1.263.0

Bump ruby/setup-ruby from 1.262.0 to 1.263.0 #737

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@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.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