From 718cbb35608e7f0d737c961ebba5fae2c7fd6ff8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 17 May 2023 16:35:22 +0900 Subject: [PATCH] Invoke `rbs collection install` before `steep check` --- .github/workflows/test.yaml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 483afb45..97e32986 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle install + - run: bundle exec rbs collection install - run: bundle exec steep check test-ruby: runs-on: ubuntu-20.04 diff --git a/.gitignore b/.gitignore index e14c5727..b1ae6365 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .irbrc /Gemfile.lock /pkg/ +/.gem_rbs_collection/