From e3cfad3ec74cc60d1e2aca11691d8f7702a53d15 Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 14:29:28 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- app/lighthouserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 1f61d71..338afbd 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -4,7 +4,7 @@ module.exports = { ci: { collect: { numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts - startServerCommand: `DB_NAME=test_db_1 DB_USER=sadilar DB_PASSWORD=sadilar ` + startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar ` + "python manage.py runserver localhost:3000", url: [ "http://localhost:3000",