Skip to content

Commit 4b68241

Browse files
committed
feat(build): increase verbosity for test and example runs in CI pipeline
1 parent 6ca8d32 commit 4b68241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
run: dotnet build --configuration Release --no-restore /tl
3838

3939
- name: Test & Code Coverage
40-
run: dotnet test --no-restore --filter "Category!=E2E" --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity quiet
40+
run: dotnet test --no-restore --filter "Category!=E2E" --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
4141

4242
- name: Test Examples
43-
run: dotnet test ../examples/ --verbosity quiet
43+
run: dotnet test ../examples/ --verbosity normal
4444

4545
- name: Codecov
4646
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1

0 commit comments

Comments
 (0)