Skip to content

Merge pull request #518 from ruby/dependabot/github_actions/ruby/setu… #288

Merge pull request #518 from ruby/dependabot/github_actions/ruby/setu…

Merge pull request #518 from ruby/dependabot/github_actions/ruby/setu… #288

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@d37167af451eb51448db3354e1057b75c4b268f7 # v1.155.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