Skip to content

Commit

Permalink
Activating virt.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayima Okeyeva committed Jan 13, 2025
1 parent 3d56499 commit 9a3e008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/selenium-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
env:
BASE_URL: ${{ vars.PRODUCTION_URL }}
run: |
source venv/bin/activate
python -m pytest --env=production --env_url=${{ vars.PRODUCTION_URL }} tests/test_login.py -sv --headless \
--html=latest_logs/report_production_${{ matrix.browser }}.html \
--self-contained-html --browser-name=${{ matrix.browser }}
Expand Down

0 comments on commit 9a3e008

Please sign in to comment.