Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test project path has been updated to reference
6-Tests/Aquiis.Application.Tests/Aquiis.Application.Tests.csproj, but this directory structure doesn't exist in the repository. The current codebase showsAquiis.SimpleStart.Tests/exists in the root directory, and the solution file (Aquiis.sln) only referencesAquiis.SimpleStart.Tests, not the newAquiis.Application.Testsproject.Since this step uses the
--no-buildflag, it depends on the previous build step which buildsAquiis.sln. If the new test project isn't included in the solution file, it won't be built, and this test command will fail with a "project not found" or "no binaries to test" error.Either the new test project path needs to be added to the solution file, or this CI workflow update is premature and should be reverted to the original path until the project restructuring is complete.