From e894d5e069682ad5358880b6cd78cf4ca18afca3 Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sun, 5 May 2024 09:54:34 +0200 Subject: [PATCH] UITest: build with maxCpuCount:1 to prevent parallel test assembly execution --- .github/workflows/System.Waf.CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/System.Waf.CI.yml b/.github/workflows/System.Waf.CI.yml index 1ca11385..954ca688 100644 --- a/.github/workflows/System.Waf.CI.yml +++ b/.github/workflows/System.Waf.CI.yml @@ -27,7 +27,7 @@ jobs: src/System.Waf/System.Waf/**/*.snupkg - name: UI Test - run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger "console;verbosity=detailed" + run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger "console;verbosity=detailed" -maxCpuCount:1 - name: Upload UI Test results uses: actions/upload-artifact@v4 if: always()