Skip to content

Commit 064cedd

Browse files
committed
Debug
1 parent 9f2d450 commit 064cedd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
verbose: true
7979
emoji: true
8080
job-summary: true
81-
custom-arguments: '-v ${{ inputs.pytest_args }} ./tests'
81+
custom-arguments: '-v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests'
8282
click-to-expand: true
8383
report-title: 'Test Report'
8484

@@ -88,7 +88,7 @@ jobs:
8888
verbose: true
8989
emoji: true
9090
job-summary: true
91-
custom-arguments: '-v ${{ inputs.pytest_args }} ./tests_v400'
91+
custom-arguments: '-v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests_v400'
9292
click-to-expand: true
9393
report-title: 'Test Report (v4.0.0 compatibility layer)'
9494

0 commit comments

Comments
 (0)