Skip to content

Commit 060cc1f

Browse files
committed
fix: disable folded report option in workflow configuration
1 parent 7dfed7c commit 060cc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test-report: true
2929
suite-folded-report: true
3030
failed-folded-report: true
31-
folded: true
31+
folded: false
3232
upload-artifact: true
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)