Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 4af08e0

Browse files
authored
Merge pull request #329 from takkii/develop
Update.
2 parents 7ee3526 + 3221e76 commit 4af08e0

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/minitest_on_pr_merge.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
2121
with:
2222
ruby-version: ${{ matrix.ruby-version }}
23+
- run: bundle install
2324
- run: mv .octocov.base.yml .octocov.yml
24-
- name: bundle install
25-
run: gem install bundler:2.5.7
26-
run: ./bin/bundle install
2725
- name: Run tests
28-
run: ruby ./mini_test_runner.rb
26+
run: bundle exec rake

.github/workflows/ruby.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
- uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
3333
with:
3434
ruby-version: ${{ matrix.ruby-version }}
35-
- name: bundle install
36-
run: gem install bundler:2.5.7
37-
run: ./bin/bundle install
35+
- run: bundle install
3836
- name: Run tests
39-
run: ruby ./mini_test_runner.rb
37+
run: bundle exec rake
4038
- name: Coverage Report by octocov (in this pull request)
4139
uses: k1LoW/octocov-action@v0

0 commit comments

Comments
 (0)