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 aaafc27 commit 06e69c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ module.exports = {
startServerCommand: "./entrypoint.sh",
// startServerReadyPattern: "Starting development server at",
url: [
"http://localhost:3000",
"http://localhost:3000/search/",
"http://localhost:3000/institutions/",
"http://localhost:3000/projects/",
"http://localhost:3000/documents/",
"http://localhost:3000/languages/",
"http://localhost:3000/subjects/"
"http://localhost:8000",
"http://localhost:8000/search/",
"http://localhost:8000/institutions/",
"http://localhost:8000/projects/",
"http://localhost:8000/documents/",
"http://localhost:8000/languages/",
"http://localhost:8000/subjects/"
]
},
assert: {
Expand Down

0 comments on commit 06e69c9

Please sign in to comment.