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 18, 2024
1 parent 1e7a7d7 commit 03405f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Run Lighthouse
run: |
cd app/
python manage.py migrate
lhci autorun
env:
DJANGO_SETTINGS_MODULE: app.settings
Expand Down
2 changes: 2 additions & 0 deletions app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ module.exports = {
}
}
}

console.log(module.exports.ci.collect.startServerCommand)

0 comments on commit 03405f0

Please sign in to comment.