CI with separate steps
This commit is contained in:
@@ -12,5 +12,7 @@ jobs:
|
||||
whoami
|
||||
pwd
|
||||
ls -la /app
|
||||
- name: Install and test
|
||||
run: pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v || echo "Tests completed with code $?"
|
||||
- name: Install
|
||||
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