Skip to content

Commit

Permalink
CI: fix tests
Browse files Browse the repository at this point in the history
Remove partial condition, which was later abandoned in favour of
separate jobs when I couldn't find how to access the affected paths
from the pull-request and push events.
  • Loading branch information
make-all committed Mar 3, 2024
1 parent f25eb02 commit cc5e995
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Full test with pytest
if: ${{github.event.
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
- name: SonarCloud scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/yamltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Device configs check with pytest
if: ${{github.event.
run: pytest tests/test_device_config.py

0 comments on commit cc5e995

Please sign in to comment.