Skip to content

Commit 8bcd085

Browse files
committed
no progress
1 parent d4639b4 commit 8bcd085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Run tests
6666
- name: Test solution
67-
run: dotnet test --no-build -c ${{matrix.configuration}}
67+
run: dotnet test --no-build -c ${{matrix.configuration}} --no-progress
6868

6969
# Pack solution
7070
- name: Pack solution

0 commit comments

Comments
 (0)