Skip to content

Commit

Permalink
Fixed tests path and command params to not send statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Apr 5, 2024
1 parent 3421858 commit e807f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commands/lighthouse/lighthouse
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
## Usage: lighthouse
## Example: "ddev lighthouse"
## ExecRaw: true
lighthouse lhci autorun || true
lighthouse sh -c 'tar -cf - *.json *.html' | tar -xvf - -C reports/lighthouse/
lighthouse --no-enable-error-reporting lhci autorun || true
lighthouse --no-enable-error-reporting sh -c 'tar -cf - *.json *.html' | tar -xvf - -C reports/lighthouse/
ls -l reports/lighthouse/
2 changes: 1 addition & 1 deletion docker-compose.lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ services:
com.ddev.approot: $DDEV_APPROOT

volumes:
- ./tests/functional/lighthouse/lighthouserc.js:/home/lhci/reports/lighthouserc.js
- ../tests/functional/lighthouse/lighthouserc.js:/home/lhci/reports/lighthouserc.js
- .:/mnt/ddev_config:ro

0 comments on commit e807f85

Please sign in to comment.