Skip to content

Commit

Permalink
Invoke rbs collection install before steep check
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed May 17, 2023
1 parent 73a256a commit 718cbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.irbrc
/Gemfile.lock
/pkg/
/.gem_rbs_collection/

0 comments on commit 718cbb3

Please sign in to comment.