Skip to content

Monkey patch on Bundler::materialize_for_installation for resolve Bundler::LazySpecification issue #6145

Monkey patch on Bundler::materialize_for_installation for resolve Bundler::LazySpecification issue

Monkey patch on Bundler::materialize_for_installation for resolve Bundler::LazySpecification issue #6145

Workflow file for this run

name: Sorbet
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
sorbet:
name: Sorbet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
with:
bundler-cache: true
- run: bundle exec tapioca gem --verify
- run: bundle exec srb tc
- run: bundle exec spoom coverage
- run: |
bundle exec spoom bump --from=false --to=true --dry
bundle exec spoom bump --from=true --to=strict --dry
bundle exec spoom bump --from=strict --to=strong --dry
- run: bundle exec spoom coverage timeline --save
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spoom_data
path: ./spoom_data/
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: ./script/generate-coverage-report
env:
GH_TOKEN: ${{ github.token }}
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spoom_report
path: ./spoom_report.html