diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d9ae3b4e..9aa00cd3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,18 +40,18 @@ jobs: run: ./build ci if: ${{ runner.os != 'Windows' }} - - name: Test - Persistence - run: dotnet bin/Debug/Persistence.Tests/Persistence.Tests.dll + #- name: Test - Persistence + # run: dotnet bin/Debug/Persistence.Tests/Persistence.Tests.dll - name: Test - YamlValidator run: dotnet bin/Debug/YamlValidator.Tests/YamlValidator.Tests.dll - - name: Test - PAModel - run: dotnet bin/Debug/PAModelTests/PAModelTests.dll + #- name: Test - PAModel + # run: dotnet bin/Debug/PAModelTests/PAModelTests.dll - name: Test - Persistence Test Yaml Files (ubuntu & macos) run: | - echo $(ls bin/Debug/YamlValidator) + echo $(ls bin/Debug/YamlValidator/schema) resultApp=$(sudo dotnet bin/Debug/YamlValidator/YamlValidator.dll validate --path "bin/Debug/Persistence.Tests/_TestData/AppsWithYaml") echo "$resultApp" if [ "$resultApp" == *"Validation Failed"* ]; then @@ -66,12 +66,12 @@ jobs: fi if: ${{ runner.os != 'Windows' }} - - name: Restore workloads for samples - run: dotnet workload restore samples/MauiMsApp/MauiMsApp.csproj + #- name: Restore workloads for samples + # run: dotnet workload restore samples/MauiMsApp/MauiMsApp.csproj - - name: Install maui-tizen workload - run: dotnet workload install maui-tizen + #- name: Install maui-tizen workload + # run: dotnet workload install maui-tizen - - name: Build samples - run: dotnet build samples/samples.sln - if: ${{ runner.os == 'Windows' }} + #- name: Build samples + # run: dotnet build samples/samples.sln + # if: ${{ runner.os == 'Windows' }}