Skip to content

Commit

Permalink
[types/ci] ruby31 + ruby32 + rbs_collection step
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 2, 2024
1 parent 5526aea commit 6ca87e8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: (Linter) Rubocop
run: bundle exec rake rubocop
- name: (TypeCheck) Steep
run: bundle exec steep check --jobs 10
run: bundle exec rbs collection install && bundle exec steep check --jobs 10
continue-on-error: true
- name: (Test) RSpec
run: bundle exec rake rspec
3 changes: 3 additions & 0 deletions github_ci/ruby3.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ gem 'pry'
gem 'rake'
gem 'rbs'
gem 'rspec'
gem 'rspec-retry'
gem 'simplecov'
gem 'simplecov-lcov'
gem 'steep'
13 changes: 13 additions & 0 deletions github_ci/ruby3.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GEM
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
Expand Down Expand Up @@ -93,6 +94,8 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.1)
rubocop (1.59.0)
json (~> 2.3)
Expand Down Expand Up @@ -127,6 +130,13 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
steep (1.8.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -171,6 +181,9 @@ DEPENDENCIES
rbs
redis_queued_locks!
rspec
rspec-retry
simplecov
simplecov-lcov
steep

BUNDLED WITH
Expand Down
3 changes: 3 additions & 0 deletions github_ci/ruby3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ gem 'pry'
gem 'rake'
gem 'rbs'
gem 'rspec'
gem 'rspec-retry'
gem 'simplecov'
gem 'simplecov-lcov'
gem 'steep'
13 changes: 13 additions & 0 deletions github_ci/ruby3.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GEM
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
Expand Down Expand Up @@ -93,6 +94,8 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.1)
rubocop (1.59.0)
json (~> 2.3)
Expand Down Expand Up @@ -127,6 +130,13 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
steep (1.8.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -171,6 +181,9 @@ DEPENDENCIES
rbs
redis_queued_locks!
rspec
rspec-retry
simplecov
simplecov-lcov
steep

BUNDLED WITH
Expand Down

0 comments on commit 6ca87e8

Please sign in to comment.