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