Skip to content

Commit

Permalink
Update build&test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Dongare authored Nov 2, 2024
1 parent 4672b04 commit e1a0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build&test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
DB_NAME: ${{ secrets.DB_NAME }}
run: |
cd api
python -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload
cd ../tests
python -m uvicorn main:app --host 0.0.0.0 --port 8000
cd /home/runner/work/CookBook/CookBook/tests
coverage run -m pytest -v -s
continue-on-error: true
- name: Coveralls GitHub Action
Expand Down

0 comments on commit e1a0a89

Please sign in to comment.