We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a5984a + 3eafe9f commit fe55f82Copy full SHA for fe55f82
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
shell: bash
32
working-directory: templates
33
34
- - run: dotnet test -c Release -f net8.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:Summary;Verbosity=Minimal
+ - run: dotnet test -c Release -f net8.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:"Summary;Verbosity=Minimal"
35
36
- - run: dotnet test -c Release -f net6.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:Summary;Verbosity=Minimal
+ - run: dotnet test -c Release -f net6.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:"Summary;Verbosity=Minimal"
37
if: matrix.os == 'ubuntu-latest'
38
39
- run: npm i -g @percy/cli
0 commit comments