diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 78ed14b1..0585f313 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,9 +40,6 @@ jobs: run: ./build ci if: ${{ runner.os != 'Windows' }} - - name: Test - Persistence - run: dotnet bin/Debug/Persistence.Tests/Persistence.Tests.dll - - name: Test - YamlValidator run: dotnet bin/Debug/YamlValidator.Tests/YamlValidator.Tests.dll @@ -57,6 +54,9 @@ jobs: run: ./scripts/PersistenceValidate.ps1 if: ${{ runner.os == 'Windows' }} + - name: Test - Persistence + run: dotnet bin/Debug/Persistence.Tests/Persistence.Tests.dll + - name: Restore workloads for samples run: dotnet workload restore samples/MauiMsApp/MauiMsApp.csproj