From 79620e267d35db545ca258eb0b756c67eacc8922 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 19 Mar 2025 19:01:14 +0100 Subject: [PATCH] Collect results even when tests (partially) failed. --- .github/workflows/UnitTesting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index 5b547b9..eaf2f56 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -358,6 +358,7 @@ jobs: - name: ✅ Run unit tests (Windows) if: matrix.system == 'windows' + continue-on-error: true run: | $env:ENVIRONMENT_NAME = "${{ matrix.envname }}" $env:PYTHONPATH = (Get-Location).ToString()