Skip to content

Commit 6ba1816

Browse files
test: add debug logs when running GitHub actions in debug (#1878)
1 parent 0287486 commit 6ba1816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async function runTests(attempt) {
102102
CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS: true,
103103
CHROME_DEVTOOLS_MCP_CRASH_ON_UNCAUGHT: true,
104104
CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS: true,
105+
...(process.env['RUNNER_DEBUG'] === '1' ? {DEBUG: 'puppeteer:*'} : {}),
105106
},
106107
});
107108

0 commit comments

Comments
 (0)