Skip to content

Commit

Permalink
ci: update clickhouse config in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Feb 13, 2025
1 parent 2a7ccff commit cfdb8c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- 3306:3306
clickhouse:
image: clickhouse/clickhouse-server:latest
env:
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
CLICKHOUSE_USER: default
CLICKHOUSE_PASSWORD: password
ports:
- 8123:8123

Expand All @@ -55,7 +59,7 @@ jobs:
env:
PG_DATABASE_URL: postgres://postgres:password@localhost:5432/typefusion?sslmode=disable
MYSQL_DATABASE_URL: mysql://root:password@localhost:3306/typefusion
CLICKHOUSE_DATABASE_URL: http://localhost:8123/
CLICKHOUSE_DATABASE_URL: http://default:password@localhost:8123/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit cfdb8c5

Please sign in to comment.