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 26, 2025
1 parent 4523bcc commit 60d449c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install dependencies
run: |
python -m venv venv
source venv/bin/activate
source venv/bin/activate # Activate the virtual environment
pip install -r backend/requirements.txt # Ensure all dependencies are installed, including requests
pip install pytest-html
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
env:
BASE_URL: http://127.0.0.1:5000
run: |
source venv/bin/activate
source venv/bin/activate # Activate the virtual environment before running tests
pytest backend/tests --html=backend/test-report.html --self-contained-html
- name: Upload test report
Expand Down

0 comments on commit 60d449c

Please sign in to comment.