From 2cc23b9453d4a6a6fafafba206f7ee482c07552b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 12:56:40 +0000 Subject: [PATCH] CI showing full test output --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 16637c1..ea89276 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Install run: | - pip3 install --no-cache-dir -e /app 2>&1 | tail -30 || echo "Exit code: $?" + pip3 install --no-cache-dir -e /app 2>&1 | tail -30 - name: Run tests run: | - pytest /app/tests/ -v 2>&1 | tail -30 || echo "Exit code: $?" \ No newline at end of file + pytest /app/tests/ -v 2>&1 | tail -60 \ No newline at end of file