Skip to content

Commit

Permalink
Fix CI name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Sep 5, 2023
1 parent 0a57e78 commit cfed213
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/clickhouse_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
clickhouse/clickhouse-server:head
- name: Run HEAD tests
run: pytest tests/integration_tests
- name: stop local docker
- name: stop head container
run: docker stop clickhouse_head
- name: remove head container
run: docker remove clickhouse_head
- name: Run ClickHouse Container (LATEST)
run: docker run
-d
Expand All @@ -51,8 +53,10 @@ jobs:
clickhouse/clickhouse-server:latest
- name: Run LATEST tests
run: pytest tests/integration_tests
- name: stop local docker
- name: stop latest container
run: docker stop clickhouse_latest
- name: remove latest container
run: docker remove clickhouse_latest
- name: run ClickHouse Cloud tests
env:
CLICKHOUSE_CONNECT_TEST_PORT: 8443
Expand Down

0 comments on commit cfed213

Please sign in to comment.