workflows: fixes for verify_accessibility_core

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-04-18 11:02:53 +02:00
parent 66c0ece34b
commit 0a5a6971f4
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@ module.exports = {
preset: 'desktop',
},
startServerCommand: 'yarn dev',
startServerReadyPattern: 'webpack compiled successfully',
startServerReadyTimeout: 600000,
numberOfRuns: 1,
puppeteerScript: './.lighthouseci/scripts/guest-auth.js',