Skip to content

Commit

Permalink
Skip Selenium test in codecov job
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 30, 2025
1 parent fd0627f commit e9f5e2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pcw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements_test.txt
- name: Enable podman socket
run: systemctl --user enable --now podman.socket
- name: Run tests and collect coverage
run: pytest --cov
run: SKIP_SELENIUM=1 pytest --cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5

0 comments on commit e9f5e2f

Please sign in to comment.