Clean final CI workflow
This commit is contained in:
@@ -7,10 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: pip3 install --no-cache-dir -e /app
|
||||||
set -x
|
- name: Install test deps
|
||||||
pip3 install --no-cache-dir -e /app 2>&1 | tail -30 || echo "Exit code: $?"
|
run: pip3 install --no-cache-dir pytest pytest-asyncio
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: pytest /app/tests/ -v
|
||||||
set -x
|
|
||||||
pytest /app/tests/ -v 2>&1 | tail -30 || echo "Exit code: $?"
|
|
||||||
Reference in New Issue
Block a user