Skip to content

Merge pull request #8 from SINTEF-9012/ci #6

Merge pull request #8 from SINTEF-9012/ci

Merge pull request #8 from SINTEF-9012/ci #6

Workflow file for this run

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