Skip to content

Add job to publish resulting gem to Epimorphics private repo. #66

Add job to publish resulting gem to Epimorphics private repo.

Add job to publish resulting gem to Epimorphics private repo. #66

Workflow file for this run

name: Ruby tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test