From 8698fe588f936714b034db20eb933b895ef26923 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Sun, 30 Aug 2026 21:13:57 +0200 Subject: [PATCH] PR Build: exclude Live tests from the CI test run --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 155122e2c..63f2ce136 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -122,7 +122,7 @@ jobs: echo "Building $sln" dotnet build "$sln" --configuration Release echo "Testing $sln (no-op for folders with no test project)" - dotnet test "$sln" --configuration Release --no-build + dotnet test "$sln" --configuration Release --no-build --filter "FullyQualifiedName!~Live" # Stable, folder-independent name for branch protection to require -- the # build-and-test job's displayed name varies with the matrix (one leg per