diff --git a/.github/workflows/workflow-lint-test-python.yml b/.github/workflows/workflow-lint-test-python.yml index 063d2b48..fa162748 100644 --- a/.github/workflows/workflow-lint-test-python.yml +++ b/.github/workflows/workflow-lint-test-python.yml @@ -49,7 +49,7 @@ jobs: - name: Test with pytest run: | - python -m pytest --no-showlocals + python -m pytest --tb=no - name: Run tests with coverage (coverage must be at least 80% to pass) if: inputs.skip-coverage != 'true'