Skip to content

Commit 03405f0

Browse files
committed
fixup! chore(ci): set up Lighthouse auditing in CI
1 parent 1e7a7d7 commit 03405f0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Run Lighthouse
6363
run: |
6464
cd app/
65+
python manage.py migrate
6566
lhci autorun
6667
env:
6768
DJANGO_SETTINGS_MODULE: app.settings

app/lighthouserc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ module.exports = {
2424
}
2525
}
2626
}
27+
28+
console.log(module.exports.ci.collect.startServerCommand)

0 commit comments

Comments
 (0)