Skip to content

Cache RBS's Ruby core index between test runs #1736

Cache RBS's Ruby core index between test runs

Cache RBS's Ruby core index between test runs #1736

Workflow file for this run

name: CI (indexing)
on:
push:
paths:
- 'Gemfile.lock'
- 'lib/ruby_indexer/**'
pull_request:
paths:
- 'Gemfile.lock'
- 'lib/ruby_indexer/**'
jobs:
indexing_sanity_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with:
bundler-cache: true
- name: Index Top 100 Ruby gems
run: bundle exec rake index:topgems