From e7c1451b6cdf16c81ce7e8c619578536213086ca Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Mar 2026 00:00:42 -0500 Subject: [PATCH] =?UTF-8?q?fix(ci):=20exclude=20integration=20tests=20?= =?UTF-8?q?=E2=80=94=20need=20SkiaSharp=20native=20libs=20and=20running=20?= =?UTF-8?q?server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 02e5b7dcda..539249d7cf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,7 +35,7 @@ jobs: --collect:"XPlat Code Coverage" \ --settings tests/coverletArgs.runsettings \ --verbosity minimal \ - --filter "Category!=RequiresDocker" + --filter "Category!=RequiresDocker&FullyQualifiedName!~Integration" - name: Merge code coverage results uses: danielpalme/ReportGenerator-GitHub-Action@ee0ae774f6d3afedcbd1683c1ab21b83670bdf8e # v5.5.1