diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 44a362dd..9e307a10 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -62,6 +62,7 @@ jobs: - name: Run Lighthouse run: | cd app/ + python manage.py migrate lhci autorun env: DJANGO_SETTINGS_MODULE: app.settings diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 23538dbb..c4aaeac5 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -24,3 +24,5 @@ module.exports = { } } } + +console.log(module.exports.ci.collect.startServerCommand)