This commit is contained in:
@@ -5,9 +5,8 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: python:3.11-slim
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install
|
- name: Install and test
|
||||||
run: pip install -e . pytest pytest-asyncio
|
run: |
|
||||||
- name: Run tests
|
set -x
|
||||||
run: pytest tests/ -v
|
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v
|
||||||
Reference in New Issue
Block a user