We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b359f commit cab872aCopy full SHA for cab872a
1 file changed
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
run: dotnet build Aquiis.sln --no-restore --configuration Release
27
28
- name: Run focused tests
29
- run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --verbosity normal
+ run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --configuration Release --verbosity normal
0 commit comments