Skip to content

build(ci): split ci jobs to different workflow #4

build(ci): split ci jobs to different workflow

build(ci): split ci jobs to different workflow #4

Workflow file for this run

name: Ruby CI
on:
push:
paths:
- '.github/workflows/ruby.yml'
- 'ruby/**'
pull_request:
paths:
- '.github/workflows/ruby.yml'
- 'ruby/**'
jobs:
ci:
strategy:
matrix:
module:
- name: 'activerecord'
with_oceanbase_container: true
- name: 'mysql2'
with_oceanbase_container: true
- name: 'sequel'
with_oceanbase_container: true
uses: ./.github/workflows/basic-workflow.yml
with:
language: 'ruby'
module: ${{ matrix.module.name }}
with_oceanbase_container: ${{ matrix.module.with_oceanbase_container }}