From 454a2381d3d987cec3577ba96c4ccb5f956ac8df Mon Sep 17 00:00:00 2001 From: zhs722 <90595458+zhs722@users.noreply.github.com> Date: Thu, 30 May 2024 22:10:32 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb80f71..57e3b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,12 @@ jobs: - name: 'mysql2' language: 'ruby' with_oceanbase_container: true + - name: 'activerecord' + language: 'ruby' + with_oceanbase_container: true + - name: 'sequel' + language: 'ruby' + with_oceanbase_container: true uses: ./.github/workflows/basic-workflow.yml with: module: ${{ matrix.module.name }}