From edab7cecba531fa94be02ec6d6eea1d46134ea08 Mon Sep 17 00:00:00 2001 From: SirBroccoli Date: Tue, 1 Oct 2024 04:52:06 +0200 Subject: [PATCH] Remove launch tests --- .github/workflows/CI-master_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index 83eee4d..2ae5658 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -47,12 +47,12 @@ jobs: run: nuget restore $env:Solution_Path # build - - name: run MSBuild - run: msbuild $env:Solution_Path + #- name: run MSBuild + # run: msbuild $env:Solution_Path # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test $env:Solution_Path + #- name: Execute unit tests + # run: dotnet test $env:Solution_Path # Build & update all versions - name: Build all versions