Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alterego238 committed Dec 12, 2024
1 parent 99fdc20 commit bcdaaac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: pytest
run: python ./init-server.py typescript

- name: Start the backend
run: python src/model_server/server.py

0 comments on commit bcdaaac

Please sign in to comment.