Skip to content

Commit d986fd0

Browse files
committed
Show detailed UI test logs in PR validation
1 parent 15b3cf2 commit d986fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
dotnet test "$APP_TEST_PROJECT" --no-build
4747
4848
- name: Test browser suite
49-
run: dotnet test "$UI_TEST_PROJECT" --no-build
49+
run: dotnet test "$UI_TEST_PROJECT" --no-build --logger "console;verbosity=detailed"

0 commit comments

Comments
 (0)