From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:01:49 +0000 (-0800) Subject: Only prints failures, errors and skips, not passed tests X-Git-Tag: v1.12.0-beta.rc0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a340b9c8a17809684edd8be82bb9e7efa2c868ad;p=thirdparty%2Fpaperless-ngx.git Only prints failures, errors and skips, not passed tests --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afdfa646e3..d0015fd497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: name: Tests run: | cd src/ - pipenv run pytest -rfEp + pipenv run pytest -ra - name: Get changed files id: changed-files-specific