Skip to content

Commit

Permalink
fixup! chore(ci): set up Lighthouse auditing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 22, 2024
1 parent e3cfad3 commit 9366e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts
startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar `
+ "python manage.py runserver localhost:3000",
startServerReadyPattern: "/Starting development server at/i",
url: [
"http://localhost:3000",
"http://localhost:3000/search/",
Expand Down

0 comments on commit 9366e95

Please sign in to comment.