CI showing full test output
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest /app/tests/ -v 2>&1 | tail -30 || echo "Exit code: $?"
|
pytest /app/tests/ -v 2>&1 | tail -60
|
||||||
Reference in New Issue
Block a user