Skip to content

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

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

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

Workflow file for this run

name: Run TestUnit
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- '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: 518a2565046a8d3d996e3e6fc49eba88bb15cac99c883f83e5dbd8d3a3089bdd
with:
coverageCommand: bundle exec rake