Skip to content

Commit

Permalink
Merge pull request #425 from ricardobranco777/rmdup
Browse files Browse the repository at this point in the history
Remove Selenium test from codecov job
  • Loading branch information
asmorodskyi authored Jan 30, 2025
2 parents fd0627f + e9f5e2f commit 6b325c9
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 6b325c9

Please sign in to comment.