Skip to content

Commit e050b93

Browse files
committed
chore: Fix CI logging
1 parent 5300e34 commit e050b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: poetry install
5151
shell: bash
5252
- name: Test with Pytest
53-
run: poetry run pytest --log-level=DEBUG -vv -s
53+
run: poetry run pytest --log-cli-level=DEBUG -vv -s
5454
shell: bash
5555
release:
5656
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)