Skip to content

test: add new module for e2e tests #103

test: add new module for e2e tests

test: add new module for e2e tests #103

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.*'
push:
branches:
- main
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
flink-connector-oceanbase:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase
flink-connector-obkv-hbase:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-obkv-hbase
flink-connector-oceanbase-directload:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase-directload
flink-connector-oceanbase-e2e-tests:
uses: ./.github/workflows/test.yml
with:
module: flink-connector-oceanbase-e2e-tests