diff --git a/.github/workflows/bit.full.ci.yml b/.github/workflows/bit.full.ci.yml index e7dbe8d8dc..d9261e31f6 100644 --- a/.github/workflows/bit.full.ci.yml +++ b/.github/workflows/bit.full.ci.yml @@ -68,7 +68,6 @@ jobs: cd ../../Tests dotnet build pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps - dotnet test --logger GitHubActions --filter "${{ env.SIMPLE_TEST_FILTER }}" - name: Upload Tests Artifact uses: actions/upload-artifact@v4.4.1 @@ -89,8 +88,6 @@ jobs: cd ../../Tests dotnet build pwsh bin/Debug/net9.0/playwright.ps1 install --with-deps - dotnet test --logger GitHubActions --filter "${{ env.BLAZOR_SERVER_TEST_FILTER }}" - dotnet test --logger GitHubActions --filter "${{ env.BLAZOR_WASM_TEST_FILTER }}" -- MSTest.Parallelize.Workers=1 - name: Upload Tests Artifact uses: actions/upload-artifact@v4.4.1 @@ -109,8 +106,6 @@ jobs: dotnet ef migrations add InitialMigration dotnet ef database update cd ../../Tests - dotnet test --logger GitHubActions --filter "${{ env.BLAZOR_SERVER_TEST_FILTER }}" - dotnet test --logger GitHubActions --filter "${{ env.BLAZOR_WASM_TEST_FILTER }}" -- MSTest.Parallelize.Workers=1 - name: Upload Tests Artifact uses: actions/upload-artifact@v4.4.1