From d2ee12c5cccce7aef3800a6d1e9786d12a4685f4 Mon Sep 17 00:00:00 2001 From: G-D-Petrov Date: Tue, 31 Dec 2024 17:34:22 +0200 Subject: [PATCH] Update ARCTICDB_PYTEST_ARGS to use customizable pytest_args input --- .github/workflows/build_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_steps.yml b/.github/workflows/build_steps.yml index 1abae02200..423c4cd9a5 100644 --- a/.github/workflows/build_steps.yml +++ b/.github/workflows/build_steps.yml @@ -364,7 +364,7 @@ jobs: CI_MONGO_HOST: mongodb HYPOTHESIS_PROFILE: ci_${{matrix.os}} PYTEST_XDIST_MODE: ${{inputs.pytest_xdist_mode}} - ARCTICDB_PYTEST_ARGS: "tests/compat" + ARCTICDB_PYTEST_ARGS: ${{inputs.pytest_args}} - name: Collect crash dumps (Windows) if: matrix.os == 'windows' && failure()