Skip to content

Commit

Permalink
Fix end2end tests: missing db container
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Nov 4, 2024
1 parent 3b2543e commit 9aa519a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
MARIADB_DATABASE: catsdb
ports:
- "27018:3306"
clickhouse:
image: clickhouse/clickhouse-server:24
env:
"CLICKHOUSE_USER": "clickhouse"
"CLICKHOUSE_PASSWORD": "clickhouse"
"CLICKHOUSE_DB": "main_db"
"CLICKHOUSE_DEFAULT_ACCESS": "MANAGEMENT=1"
ports:
- "27019:8123"
timeout-minutes: 10
strategy:
matrix:
Expand Down

0 comments on commit 9aa519a

Please sign in to comment.