Skip to content

Commit

Permalink
Revert add docker compose / CI change
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Aug 5, 2024
1 parent 7e70953 commit 100e2cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 114 deletions.
54 changes: 0 additions & 54 deletions .docker/clickhouse/single_node/config.xml

This file was deleted.

34 changes: 0 additions & 34 deletions .docker/clickhouse/users.xml

This file was deleted.

16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,19 @@ jobs:

test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
clickhouse: [ head, latest ]
steps:
- uses: actions/checkout@v4
- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
uses: hoverkraft-tech/[email protected]
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
compose-file: 'docker-compose.yml'
down-flags: '--volumes'
- run: rustup show active-toolchain -v
- run: cargo test
- run: cargo test --no-default-features
- run: cargo test --features uuid,time
- run: cargo test --all-features

services:
clickhouse:
image: clickhouse/clickhouse-server
ports:
- 8123:8123
docs:
needs: build
runs-on: ubuntu-latest
Expand Down
15 changes: 0 additions & 15 deletions docker-compose.yml

This file was deleted.

0 comments on commit 100e2cf

Please sign in to comment.