Skip to content

Commit 2731663

Browse files
Include ClickHouse tests in future release pipeline runs
1 parent 913b887 commit 2731663

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
jobs:
1010
release-job:
1111
runs-on: ubuntu-latest
12+
services:
13+
clickhouse:
14+
image: yandex/clickhouse-server
15+
ports:
16+
- 9000:9000
1217
env:
1318
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1419
steps:

0 commit comments

Comments
 (0)