Skip to content

chore(deps): bump rubocop-rspec from 3.0.4 to 3.0.5 #215

chore(deps): bump rubocop-rspec from 3.0.4 to 3.0.5

chore(deps): bump rubocop-rspec from 3.0.4 to 3.0.5 #215

Workflow file for this run

name: Ruby
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [faraday_1, faraday_2]
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests and publish coverage
uses: paambaati/[email protected]
env:
COVERAGE: on
CC_TEST_REPORTER_ID: 45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
with:
coverageCommand: bundle exec rspec