diff --git a/.github/workflows/azure-deploy-image-test.yml b/.github/workflows/azure-deploy-image-test.yml index b60cede..08a0249 100644 --- a/.github/workflows/azure-deploy-image-test.yml +++ b/.github/workflows/azure-deploy-image-test.yml @@ -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: diff --git a/Bouvet.Developer.Survey.Backend/Bouvet.Developer.Survey.Tests/Bouvet.Developer.Survey.Tests.csproj b/Bouvet.Developer.Survey.Backend/Bouvet.Developer.Survey.Tests/Bouvet.Developer.Survey.Tests.csproj index f762315..be850bf 100644 --- a/Bouvet.Developer.Survey.Backend/Bouvet.Developer.Survey.Tests/Bouvet.Developer.Survey.Tests.csproj +++ b/Bouvet.Developer.Survey.Backend/Bouvet.Developer.Survey.Tests/Bouvet.Developer.Survey.Tests.csproj @@ -14,6 +14,7 @@ +