From 12d4bbdbb066231d233a79c85620e6888dd55a7a Mon Sep 17 00:00:00 2001 From: liadomide Date: Thu, 4 Apr 2024 09:23:57 +0300 Subject: [PATCH] EBR-40 Adjust condition for running coverage tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6591cb9..3f08835 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: pytest --junitxml=results.xml --cov - name: Run Coverage Generation - if: matrix.os == 'ubuntu-20.04' + if: ${{ ! startsWith(matrix.os, 'ubuntu') }} run: | sudo chmod +x cppci.sh ./cppci.sh