Skip to content

Commit 96a24d0

Browse files
GitHub Actions workflow updated again in an attempt to reduce log size, but still show detailed errors.
1 parent 9f7d5d5 commit 96a24d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Build
3030
run: dotnet build --no-restore
3131
- name: Test (.NET 8.0)
32-
run: dotnet test --no-build --framework net8.0 --verbosity detailed --output detailed
32+
run: dotnet test --no-build --output Normal --no-progress --framework net8.0
3333
- name: Test (.NET 9.0)
34-
run: dotnet test --no-build --framework net9.0 --verbosity detailed --output detailed
34+
run: dotnet test --no-build --output Normal --no-progress --framework net9.0
3535
- name: Test (.NET 10.0)
36-
run: dotnet test --no-build --framework net10.0 --verbosity detailed --output detailed
36+
run: dotnet test --no-build --output Normal --no-progress --framework net10.0

0 commit comments

Comments
 (0)