From 80dc3e3eec645b1d6f80bcd9bf1ddece9865ed60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 8 Jun 2025 15:08:15 +0200 Subject: [PATCH] tests fix --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e619de3..b0d55af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,8 @@ jobs: --configuration Release \ --no-restore \ --logger "trx;LogFileName=test-results.trx" \ - --collect:"XPlat Code Coverage" + --collect:"XPlat Code Coverage" \ + --filter "Category!=LocalOnly" - name: Publish Test Results uses: actions/upload-artifact@v4