Skip to content

Commit

Permalink
Refactor test project dependencies in azure-deploy-image-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsocro committed Sep 18, 2024
1 parent 3a02938 commit 79eea41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-deploy-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: dotnet build Bouvet.Developer.Survey.Backend.generated.sln --configuration Release --no-restore

- name: Test with dotnet
working-directory: ./Bouvet.Developer.Survey.Backend
run: dotnet test Bouvet.Developer.Survey.Backend.generated.sln --configuration Release --no-build
working-directory: ./Bouvet.Developer.Survey.Tests
run: dotnet test


deploy-to-azure:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 79eea41

Please sign in to comment.