Skip to content

Commit

Permalink
[tests] Run SqlServer, and PostgreSQL tests on helix (#2162)
Browse files Browse the repository at this point in the history
* [tests] Run SqlServer, and PostgreSQL tests on helix

* [tests] Move dashboard tests back to the build machine
  • Loading branch information
radical authored Feb 12, 2024
1 parent 324ab0f commit 44d56c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Aspire.Dashboard.Tests/Aspire.Dashboard.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>

<!-- Temporary - just to have at least one helix only project for now -->
<RunTestsOnHelix>true</RunTestsOnHelix>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<RunTestsOnHelix>true</RunTestsOnHelix>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<RunTestsOnHelix>true</RunTestsOnHelix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 44d56c6

Please sign in to comment.