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