From f942e4d3863df1be144924595198c3f7cc4c24a8 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Fri, 21 Feb 2025 11:08:15 +0100 Subject: [PATCH] . --- .github/workflows/test-integrations-dbs.yml | 10 ++++------ .../split_tox_gh_actions/templates/test_group.jinja | 5 ++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-integrations-dbs.yml b/.github/workflows/test-integrations-dbs.yml index e2f8896c1d..8e616a116f 100644 --- a/.github/workflows/test-integrations-dbs.yml +++ b/.github/workflows/test-integrations-dbs.yml @@ -60,9 +60,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - uses: getsentry/action-clickhouse-in-ci@v1.1 - with: - docker-run-options: >- - -e CLICKHOUSE_SKIP_USER_SETUP=1 + env: + CLICKHOUSE_SKIP_USER_SETUP: 1 - name: Setup Test Env run: | pip install "coverage[toml]" tox @@ -158,9 +157,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - uses: getsentry/action-clickhouse-in-ci@v1.1 - with: - docker-run-options: >- - -e CLICKHOUSE_SKIP_USER_SETUP=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 0fa9412fca..6224ab0720 100644 --- a/scripts/split_tox_gh_actions/templates/test_group.jinja +++ b/scripts/split_tox_gh_actions/templates/test_group.jinja @@ -52,9 +52,8 @@ allow-prereleases: true {% if needs_clickhouse %} - uses: getsentry/action-clickhouse-in-ci@v1.1 - with: - docker-run-options: >- - -e CLICKHOUSE_SKIP_USER_SETUP=1 + env: + CLICKHOUSE_SKIP_USER_SETUP: 1 {% endif %} {% if needs_redis %}