Skip to content

Bump ruby/setup-ruby from 1.275.0 to 1.278.0 #790

Bump ruby/setup-ruby from 1.275.0 to 1.278.0

Bump ruby/setup-ruby from 1.275.0 to 1.278.0 #790

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.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