From b05512262f50df4f6f83e5bbf152a121ddafb0ab Mon Sep 17 00:00:00 2001 From: Michael Hladky <10064416+BioPhoton@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:45:48 +0200 Subject: [PATCH] ci: adopt lighthouse URL (#707) --- code-pushup.config.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/code-pushup.config.ts b/code-pushup.config.ts index c1a16a136..e6acd5d87 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -78,10 +78,13 @@ const config: CoreConfig = { type: 'module', }), - await lighthousePlugin('https://codepushup.dev/', { - chromeFlags: DEFAULT_FLAGS.concat(['--headless']), - verbose: true, - }), + await lighthousePlugin( + 'https://github.com/code-pushup/cli?tab=readme-ov-file#code-pushup-cli/', + { + chromeFlags: DEFAULT_FLAGS.concat(['--headless']), + verbose: true, + }, + ), ], categories: [