Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 28, 2025
1 parent df1a9f1 commit d73f659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
uvicorn main:app --host 0.0.0.0 --port 8000 || exit 1 &
sleep 5 # Wait for server to start
- name: Initialize database
run: |
python init_db.py
- name: Run pytest on backend (HTTP API tests)
run: |
pytest tests/
Expand Down

0 comments on commit d73f659

Please sign in to comment.