From c59e14cdbca0c34005c9462a2b4f04662143380a Mon Sep 17 00:00:00 2001 From: slvrtrn Date: Tue, 17 Sep 2024 18:33:13 +0200 Subject: [PATCH] Move CH docker up in the workflow to give it some time to start properly --- .github/workflows/Linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 915da435..1f317cc6 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -82,6 +82,12 @@ jobs: - name: Install dependencies - Cleanup run: sudo apt autoremove -y + - name: Start ClickHouse in Docker + uses: hoverkraft-tech/compose-action@v2.0.1 + with: + compose-file: source/test/docker-compose.yml + down-flags: --volumes + - name: Configure run: > CC=${{ fromJSON('{"Clang": "clang", "GCC": "gcc"}')[matrix.compiler] }} @@ -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/compose-action@v2.0.1 - with: - compose-file: source/test/docker-compose.yml - down-flags: --volumes - - name: Prepare ODBC ini configs run: | echo "Preparing ODBC ini configs"