We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7a7d7 commit 03405f0Copy full SHA for 03405f0
.github/workflows/testing.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Run Lighthouse
63
run: |
64
cd app/
65
+ python manage.py migrate
66
lhci autorun
67
env:
68
DJANGO_SETTINGS_MODULE: app.settings
app/lighthouserc.js
@@ -24,3 +24,5 @@ module.exports = {
24
}
25
26
27
+
28
+console.log(module.exports.ci.collect.startServerCommand)
0 commit comments