Skip to content

Commit

Permalink
Update ARCTICDB_PYTEST_ARGS to use customizable pytest_args input
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Dec 31, 2024
1 parent 8979280 commit d2ee12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d2ee12c

Please sign in to comment.