Skip to content

Workaround https://github.com/rspec/rspec-mocks/issues/1348 #2

Workaround https://github.com/rspec/rspec-mocks/issues/1348

Workaround https://github.com/rspec/rspec-mocks/issues/1348 #2

Workflow file for this run

---
name: CI
on:
- push
- pull_request
permissions:
contents: read
jobs:
rspec:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
services:
mongodb:
image: mongo
ports:
- 27017:27017
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: RSpec & publish code coverage
uses: paambaati/codeclimate-action@v8
env:
CC_TEST_REPORTER_ID: b7ba588af2a540fa96c267b3655a2afe31ea29976dc25905a668dd28d5e88915
with:
coverageCommand: bin/rake