Skip to content

Commit

Permalink
Create report folder with .gitfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 19, 2024
1 parent cc1a843 commit ce4fcb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ 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/lighthouserc.js.example ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js

- test -d ${DDEV_APPROOT}/reports/lighthouse || mkdir -p ${DDEV_APPROOT}/reports/lighthouse
- test -f "${DDEV_APPROOT}/reports/lighthouse/.gitfile" || touch ${DDEV_APPROOT}/reports/lighthouse/.gitfile
- echo "Install finished. Please adjust tests in ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js."

0 comments on commit ce4fcb4

Please sign in to comment.