Skip to content

Merge pull request #18 from epaew/dependabot/github_actions/actions/c… #82

Merge pull request #18 from epaew/dependabot/github_actions/actions/c…

Merge pull request #18 from epaew/dependabot/github_actions/actions/c… #82

Workflow file for this run

name: RSpec
on:
pull_request: {}
push:
branches:
- master
jobs:
rspec:
name: RSpec
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: b5cd4fd6161b3e9c4605946dfffb596bdf95ed086e9a6b9e63e34c8e4a89d2bd
with:
coverageCommand: bundle exec rake