Xqt submitted this change.
make the output more verbose
Change-Id: Ia15030a3dd62e769b2129164431fcf72f289dc94
---
M .github/workflows/sysop_tests-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/sysop_tests-ci.yml b/.github/workflows/sysop_tests-ci.yml
index 1de766e..03f082d 100644
--- a/.github/workflows/sysop_tests-ci.yml
+++ b/.github/workflows/sysop_tests-ci.yml
@@ -84,7 +84,7 @@
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
run: |
python pwb.py version
- pytest -a rights --cov=.;
+ pytest -v -a rights --cov=.;
- name: Show coverage statistics
run: |
To view, visit change 1003268. To unsubscribe, or for help writing mail filters, visit settings.