This commit is contained in:
@@ -6,7 +6,13 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout and test
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
pip3 install -e . && pip3 install pytest pytest-asyncio && pytest tests/ -v
|
pip3 install -e /app
|
||||||
|
pip3 install pytest pytest-asyncio
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
cd /app
|
||||||
|
pytest tests/ -v
|
||||||
|
exit $?
|
||||||
Reference in New Issue
Block a user