Skip to content

Commit b2c8706

Browse files
ci: fix script
1 parent 0dd0de9 commit b2c8706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
reporter: java-junit
121121
# Not set action as failed if test report contains any failed test
122122
fail-on-error: false
123-
# Allows generate only summary without all tests list for more clear results
124-
only-summary: true
123+
# # Allows generate only summary without all tests list for more clear results
124+
# only-summary: true
125125
list-suites: failed
126126
list-tests: failed
127127

0 commit comments

Comments
 (0)