Don't run Sentry for UT

This commit is contained in:
Jelle Spijker 2024-02-17 12:05:03 +01:00
parent 32aed32a5a
commit bb8dd30987
No known key found for this signature in database
GPG key ID: 0E9129B3096F4E72

View file

@ -55,7 +55,7 @@ jobs:
needs: [ conan-recipe-version ]
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
conan_extra_args: '-g VirtualPythonEnv -o cura:devtools=True -c tools.build:skip_test=False'
conan_extra_args: '-g VirtualPythonEnv -o cura:devtools=True -c tools.build:skip_test=False -o *:enable_sentry=False'
unit_test_cmd: 'pytest --junitxml=junit_cura.xml'
unit_test_dir: 'tests'
conan_generator_dir: './venv/bin'