From 9a9b3d61d11484285417462c0fba10c2127b9549 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 7 Feb 2025 18:29:23 +0100 Subject: [PATCH] fixup! run pytest with -s to see why terminal test does not fail --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a253e66aa..e20e62bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -130,7 +130,7 @@ jobs: # podman needs (parts of) the environment but will break when # XDG_RUNTIME_DIR is set. # TODO: figure out what exactly podman needs - sudo -E XDG_RUNTIME_DIR= pytest-3 --basetemp=/mnt/var/tmp/bib-tests + sudo -E XDG_RUNTIME_DIR= pytest-3 --basetemp=/mnt/var/tmp/bib-tests -s - name: Diskspace (after) if: ${{ always() }} run: |