Skip to content

Commit

Permalink
add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 16, 2024
1 parent a1d465a commit 6007a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6007a61

Please sign in to comment.