Skip to content

build(ci): split ci jobs to different workflow (#66) #5

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

build(ci): split ci jobs to different workflow (#66) #5

Workflow file for this run

name: Golang CI
on:
push:
paths:
- '.github/workflows/golang.yml'
- 'golang/**'
pull_request:
paths:
- '.github/workflows/golang.yml'
- 'golang/**'
jobs:
ci:
strategy:
matrix:
module:
- name: 'go-sql-driver'
with_oceanbase_container: true
- name: 'gorm'
with_oceanbase_container: true
uses: ./.github/workflows/basic-workflow.yml
with:
language: 'golang'
module: ${{ matrix.module.name }}
with_oceanbase_container: ${{ matrix.module.with_oceanbase_container }}