Skip to content

Bump ruby/setup-ruby from 1.178.0 to 1.179.1 #469

Bump ruby/setup-ruby from 1.178.0 to 1.179.1

Bump ruby/setup-ruby from 1.178.0 to 1.179.1 #469

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@a5ac7e51b41094c92402da3b24376905380afc29 # v3.3.0
- uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
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