test #5

Merged
RaiLinKey merged 10 commits from test into main 2026-03-24 12:38:04 +03:00
Showing only changes of commit 0fe735ddf0 - Show all commits

View File

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