Install standalone test dependency in CI
This commit is contained in:
2
.github/workflows/candidate.yml
vendored
2
.github/workflows/candidate.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
||||
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
|
||||
with:
|
||||
ruby-version: "3.4"
|
||||
- name: Install standalone test dependency
|
||||
run: gem install minitest --version 6.0.6 --no-document
|
||||
- run: |
|
||||
ruby test/repository_test.rb
|
||||
ruby test/runtime_tuple_promoter_test.rb
|
||||
|
||||
Reference in New Issue
Block a user