We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4639b4 commit 8bcd085Copy full SHA for 8bcd085
.github/workflows/ci-build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
# Run tests
66
- name: Test solution
67
- run: dotnet test --no-build -c ${{matrix.configuration}}
+ run: dotnet test --no-build -c ${{matrix.configuration}} --no-progress
68
69
# Pack solution
70
- name: Pack solution
0 commit comments