Skip to content

Commit

Permalink
Move CH docker up in the workflow to give it some time to start properly
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Sep 17, 2024
1 parent 6389d32 commit c59e14c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
- name: Install dependencies - Cleanup
run: sudo apt autoremove -y

- name: Start ClickHouse in Docker
uses: hoverkraft-tech/[email protected]
with:
compose-file: source/test/docker-compose.yml
down-flags: --volumes

- name: Configure
run: >
CC=${{ fromJSON('{"Clang": "clang", "GCC": "gcc"}')[matrix.compiler] }}
Expand Down Expand Up @@ -118,12 +124,6 @@ jobs:
working-directory: ${{ github.workspace }}/build
run: ctest --output-on-failure --build-config ${{ matrix.build_type }} -R '.*-ut.*'

- name: Start ClickHouse in Docker
uses: hoverkraft-tech/[email protected]
with:
compose-file: source/test/docker-compose.yml
down-flags: --volumes

- name: Prepare ODBC ini configs
run: |
echo "Preparing ODBC ini configs"
Expand Down

0 comments on commit c59e14c

Please sign in to comment.