CI with separate steps
This commit is contained in:
@@ -12,5 +12,7 @@ jobs:
|
|||||||
whoami
|
whoami
|
||||||
pwd
|
pwd
|
||||||
ls -la /app
|
ls -la /app
|
||||||
- name: Install and test
|
- name: Install
|
||||||
run: pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v || echo "Tests completed with code $?"
|
run: pip3 install -e /app && pip3 install pytest pytest-asyncio
|
||||||
|
- name: Run tests
|
||||||
|
run: pytest /app/tests/ -v
|
||||||
Reference in New Issue
Block a user