mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 10:35:21 +00:00
check both runner enabled run 3
This commit is contained in:
parent
f59e89ab4b
commit
06ad25da2c
2
.github/workflows/testflow_tests.yml
vendored
2
.github/workflows/testflow_tests.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
branches: [ main , develop]
|
||||
|
||||
env:
|
||||
SINK_CONNECTOR_VERSION: "2023-08-07"
|
||||
SINK_CONNECTOR_VERSION: "latest"
|
||||
|
||||
jobs:
|
||||
testflows:
|
||||
|
@ -7,7 +7,7 @@ on:
|
||||
branches: [ main , develop]
|
||||
|
||||
env:
|
||||
SINK_CONNECTOR_VERSION: "2023-08-11"
|
||||
SINK_CONNECTOR_VERSION: "latest"
|
||||
|
||||
jobs:
|
||||
testflows_lightweight:
|
||||
|
@ -26,7 +26,7 @@ services:
|
||||
|
||||
debezium:
|
||||
hostname: debezium
|
||||
image: registry.gitlab.com/altinity-public/container-images/clickhouse_debezium_embedded:2023-08-11
|
||||
image: registry.gitlab.com/altinity-public/container-images/clickhouse_debezium_embedded:${SINK_CONNECTOR_VERSION}
|
||||
restart: "no"
|
||||
expose:
|
||||
- "8083"
|
||||
|
Loading…
Reference in New Issue
Block a user