mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Only prints failures, errors and skips, not passed tests
This commit is contained in:
parent
d7939ca958
commit
a340b9c8a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
||||||
name: Tests
|
name: Tests
|
||||||
run: |
|
run: |
|
||||||
cd src/
|
cd src/
|
||||||
pipenv run pytest -rfEp
|
pipenv run pytest -ra
|
||||||
-
|
-
|
||||||
name: Get changed files
|
name: Get changed files
|
||||||
id: changed-files-specific
|
id: changed-files-specific
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue