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.
@@ -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
@@ -29,5 +29,4 @@ jobs:
- name: Device configs check with pytest
run: pytest tests/test_device_config.py