test #5
@@ -27,13 +27,11 @@ jobs:
|
||||
|
||||
- name: Verify build
|
||||
run: |
|
||||
cd api
|
||||
python -c "from main import app"
|
||||
python -c "from api.main import app"
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd api
|
||||
pytest tests/
|
||||
pytest -q
|
||||
|
||||
test-frontend:
|
||||
needs: test-backend
|
||||
|
||||
Reference in New Issue
Block a user