Add initial setup for React and Vite application #4

Merged
RaiLinKey merged 6 commits from fix into test 2026-03-24 12:37:11 +03:00
Showing only changes of commit 0fe735ddf0 - Show all commits

View File

@@ -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