ci: added puppeter logs

This commit is contained in:
Gabriel Grubba
2023-09-19 14:25:35 -03:00
parent 97352c0c7a
commit 8f4e64a118

View File

@@ -122,4 +122,6 @@ async function runTests() {
runNextUrl(browser);
}
runTests();
runTests().catch((e) =>
console.log(`something broke while running puppeter: `, e)
);