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

Merge branch 'main' of github.com:takkii/zinbeijett #23

Merge branch 'main' of github.com:takkii/zinbeijett

Merge branch 'main' of github.com:takkii/zinbeijett #23

name: MiniTest on PR merge
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0.5', '3.1.3']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: mv .octocov.base.yml .octocov.yml
- name: Run tests
run: bundle exec rake