diff --git a/.github/workflows/test-integrations-dbs.yml b/.github/workflows/test-integrations-dbs.yml index d525e353ed..8e616a116f 100644 --- a/.github/workflows/test-integrations-dbs.yml +++ b/.github/workflows/test-integrations-dbs.yml @@ -60,6 +60,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - uses: getsentry/action-clickhouse-in-ci@v1.1 + env: + CLICKHOUSE_SKIP_USER_SETUP: 1 - name: Setup Test Env run: | pip install "coverage[toml]" tox @@ -155,6 +157,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - uses: getsentry/action-clickhouse-in-ci@v1.1 + env: + CLICKHOUSE_SKIP_USER_SETUP: 1 - name: Setup Test Env run: | pip install "coverage[toml]" tox diff --git a/scripts/split_tox_gh_actions/templates/test_group.jinja b/scripts/split_tox_gh_actions/templates/test_group.jinja index 66e346511d..6224ab0720 100644 --- a/scripts/split_tox_gh_actions/templates/test_group.jinja +++ b/scripts/split_tox_gh_actions/templates/test_group.jinja @@ -52,6 +52,8 @@ allow-prereleases: true {% if needs_clickhouse %} - uses: getsentry/action-clickhouse-in-ci@v1.1 + env: + CLICKHOUSE_SKIP_USER_SETUP: 1 {% endif %} {% if needs_redis %}