Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 8a857c0

Browse files
committed
build(test): No debug logging for flakey tests.
1 parent 2921e97 commit 8a857c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ jobs:
131131
max_attempts: 2
132132
timeout_minutes: 15
133133
retry_on: error
134-
command: npm run test-flakey || echo "::warning::Flakey Tests Failed"
134+
command: DEBUG='' npm run test-flakey || echo "::warning::Flakey Tests Failed"
135135

0 commit comments

Comments
 (0)