Skip to content

Commit

Permalink
update github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Feb 7, 2024
1 parent ac759e8 commit d359b52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/module_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python-version: ["3.10", "3.11"]

services:

postgres:
image: postgres:14.1-alpine
ports:
Expand All @@ -32,6 +33,19 @@ jobs:
--health-timeout 5s
--health-retries 5
clickhouse:
image: clickhouse/clickhouse-server
env:
CLICKHOUSE_DB: ${{ env.PG_DATABASE }}
CLICKHOUSE_USER: ${{ env.PG_USER }}
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
CLICKHOUSE_PASSWORD: ${{ env.PGPASSWORD }}
volumes:
- ./psql/docker_init_clickchouse_test_db.sql:/docker-entrypoint-initdb.d/docker_init_test_db.sql
ports:
- "8123:8123"
- "9000:9000"

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit d359b52

Please sign in to comment.