Просмотр исходного кода

CI: fix tests

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.
Jason Rumney 1 год назад
Родитель
Сommit
cc5e99591d
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      .github/workflows/tests.yml
  2. 0 1
      .github/workflows/yamltests.yml

+ 0 - 1
.github/workflows/tests.yml

@@ -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

+ 0 - 1
.github/workflows/yamltests.yml

@@ -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