From 6007a612a2a3a5517a2ada1ab40c03ceffa62028 Mon Sep 17 00:00:00 2001 From: checkymander Date: Fri, 16 Feb 2024 00:04:14 -0500 Subject: [PATCH] add test step --- .github/workflows/dotnet-desktop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 00299df5..8a4a583a 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -54,6 +54,10 @@ jobs: if: matrix.os == 'windows-latest' run: dotnet publish Payload_Type\athena\athena\agent_code\Agent.sln -c Release /p:WindowsTest=True + - name: Build Agent Windows + if: matrix.os == 'windows-latest' + run: dotnet test Payload_Type\athena\athena\agent_code\Agent.sln /p:WindowsTest=True + # Restore the application to populate the obj folder with RuntimeIdentifiers #- name: Restore the application # run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration