Skip to content

Syncing with pyOSlg #27

Syncing with pyOSlg

Syncing with pyOSlg #27

Workflow file for this run

name: Pull Request CI
on:
pull_request:
branches:
- dev
jobs:
test_oslg:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-22.04]
ruby: ["2.7", "3.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake