Skip to content

Commit

Permalink
UITest: build with maxCpuCount:1 to prevent parallel test assembly ex…
Browse files Browse the repository at this point in the history
…ecution
  • Loading branch information
jbe2277 committed May 5, 2024
1 parent d70c445 commit e894d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e894d5e

Please sign in to comment.