From 85eb9779ff92ec9b09889dee73eccec8f5e82649 Mon Sep 17 00:00:00 2001 From: MadanReddyK <125262006+MadanReddyK@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:40:54 +0530 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 0ef64c47..77416f94 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -115,7 +115,7 @@ jobs: DOCKERDEVARTIFACTORY: ${{ secrets.DOCKERDEVARTIFACTORY }} - name: Test - if: ${{ false }} # disable for now + #if: ${{ false }} # disable for now run: | $TestProjects = Get-ChildItem -Path *test*.csproj -Recurse -exclude TestUtilities.csproj,UnitTestUtilities.csproj Write-Host "**************************The test projects considered for execution: $TestProjects ******************************"