Rawr (Fixes for reporter)

This commit is contained in:
thororen1234 2024-08-10 00:02:01 -04:00
parent 4936e5ec2e
commit e4450497ea
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
# Every day at midnight
- cron: 0 5 * * *
- cron: 0 0 * * *
jobs:
TestPlugins:

View file

@ -269,6 +269,7 @@ await Promise.all([
report.badWebpackFinds.push(otherMessage);
break;
case "Finished test":
await page.close();
await browser.close();
await printReport();
process.exit();