Skip to content

Commit

Permalink
Add verbose C# test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 14, 2024
1 parent b3253ec commit 3576403
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: build-dotnet
name: .NET build and run tests
run: |
# C# build and run tests
# .NET build and run tests
cd C#
dotnet build
Expand All @@ -49,9 +49,9 @@ jobs:
with:
checkout-branch: step1
- id: build-java
name: Build
name: Java build and run tests
run: |
# Build
# Java build and run tests
cd Java
mvn \
--no-transfer-progress \
Expand All @@ -65,7 +65,7 @@ jobs:
- id: build-dotnet
name: .NET build and run tests
run: |
# C# build and run tests
# .NET build and run tests
cd C#
dotnet build
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- id: build-dotnet
name: .NET build and run tests
run: |
# C# build and run tests
# .NET build and run tests
cd C#
dotnet build
dotnet test
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- id: build-dotnet
name: .NET build and run tests
run: |
# C# build and run tests
# .NET build and run tests
cd C#
dotnet build
dotnet test
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- id: build-dotnet
name: .NET build and run tests
run: |
# C# build and run tests
# .NET build and run tests
cd C#
dotnet build
dotnet test
dotnet test --verbosity detailed

0 comments on commit 3576403

Please sign in to comment.