We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2d450 commit 064ceddCopy full SHA for 064cedd
1 file changed
.github/workflows/Test.yml
@@ -78,7 +78,7 @@ jobs:
78
verbose: true
79
emoji: true
80
job-summary: true
81
- custom-arguments: '-v ${{ inputs.pytest_args }} ./tests'
+ custom-arguments: '-v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests'
82
click-to-expand: true
83
report-title: 'Test Report'
84
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
- custom-arguments: '-v ${{ inputs.pytest_args }} ./tests_v400'
+ custom-arguments: '-v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests_v400'
92
93
report-title: 'Test Report (v4.0.0 compatibility layer)'
94
0 commit comments