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

Commit

Permalink
Merge pull request #330 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Apr 15, 2024
2 parents 4af08e0 + fdf6a0c commit 2a258db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/minitest_on_pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1']
ruby-version: ['3.0.5', '3.1.3']

steps:
- uses: actions/checkout@v3
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: bundle install
bundler-cache: true
- run: mv .octocov.base.yml .octocov.yml
- name: Run tests
run: bundle exec rake
18 changes: 4 additions & 14 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

name: Ruby
name: Ruby CI

on:
push:
Expand All @@ -22,17 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1']
ruby-version: ['3.0.5', '3.1.3']

steps:
- uses: actions/checkout@v3
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: bundle install
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Coverage Report by octocov (in this pull request)
Expand Down

0 comments on commit 2a258db

Please sign in to comment.