Skip to content

Commit

Permalink
Fixed lighthouse example route
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 10, 2024
1 parent b4cd154 commit eaf29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ project_files:
post_install_actions:
- test -d ${DDEV_APPROOT}/tests/lighthouse/local || mkdir -p ${DDEV_APPROOT}/tests/lighthouse/local
- test -d ${DDEV_APPROOT}/reports/lighthouse || mkdir -p ${DDEV_APPROOT}/reports/lighthouse
- test -f "${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js" || cp lighthouse/local/lighthouserc.js.example ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js
- test -f "${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js" || cp lighthouse/lighthouserc.js.example ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js

- echo "Install finished. Please adjust tests in ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js."

0 comments on commit eaf29b3

Please sign in to comment.