From a4bb320b4b869b05828e8f1703740045b2a610ef Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sun, 7 Jul 2024 02:16:12 +0100 Subject: [PATCH] Adjusted test workflow, so that we ignore testing test projects --- .github/workflows/_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 4188aa9e..bd15bba9 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -52,6 +52,7 @@ jobs: tag: "${{ github.run_number }}_${{ github.run_id }}" customSettings: "" toolpath: "reportgeneratortool" + assemblyfilters: "-PinguApps.Appwrite.Shared.Tests" - name: Upload Combined Coverage XML uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4