We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845824e commit 4c4273bCopy full SHA for 4c4273b
.github/workflows/dotnet.yml
@@ -34,4 +34,4 @@ jobs:
34
35
# Step 5: Run tests
36
- name: Run tests
37
- run: dotnet test LoanApplication.TacticalDdd.Tests/LoanApplication.TacticalDdd.Tests.csproj --no-build --configuration Release
+ run: dotnet test LoanApplication.TacticalDdd/LoanApplication.TacticalDdd.Tests/LoanApplication.TacticalDdd.Tests.csproj --no-build --configuration Release
0 commit comments