From cc5e99591ddd98d0f21e1b56ee6592e15167db26 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 3 Mar 2024 12:57:27 +0900 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 1 - .github/workflows/yamltests.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb581c590f..8589d3cef2 100644 --- a/.github/workflows/tests.yml +++ b/.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 diff --git a/.github/workflows/yamltests.yml b/.github/workflows/yamltests.yml index 999914560c..76d3cdfb91 100644 --- a/.github/workflows/yamltests.yml +++ b/.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