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 31ec3d6 commit d0c1699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.lhci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SECRET_KEY='django-insecure-w!h85bp^$$e8gm%c23r!0%9i7yzd=6w$$s&ic+6!%306&kj8@k*5'
DEBUG=False
DEBUG=0
DB_HOST=localhost
DB_PORT=5432
DB_NAME=term_db
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: django-logs
path: /logging
path: app/debug.log
2 changes: 1 addition & 1 deletion app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
"preset": "lighthouse:recommended",
"assertions": {
// Gunicorn doesn't do this
"use-text-compression": false,
"uses-text-compression": false,

// We don't think these are worth worrying about for now
"unminified-javascript": false,
Expand Down

0 comments on commit d0c1699

Please sign in to comment.