CI showing full test output
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-03-22 12:56:40 +00:00
parent 202a1194ed
commit 2cc23b9453

View File

@@ -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: $?"
pytest /app/tests/ -v 2>&1 | tail -60