Skip to content

Commit bf61581

Browse files
committed
fix: use alwaysPrintInCI for test failures block
1 parent fcc83af commit bf61581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/deployStages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export class DeployStages {
154154
},
155155
{
156156
label: 'Failed',
157+
alwaysPrintInCI: true,
157158
get: (data): string | undefined => {
158159
let testFailures: Failures[] = [];
159160

0 commit comments

Comments
 (0)