treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.15k stars 81 forks source link

Fail during build .dist folder open #117

Closed devzom closed 1 year ago

devzom commented 1 year ago

Seems that script cannot access .dist folder after successful build

 Error: Command exited with code 2
 at ChildProcess.exitListener (/home/runner/work/_actions/treosh/lighthouse-ci action/v9/node_modules/@lhci/utils/src/child-process-helper.js:51:19)
      at ChildProcess.emit (node:events:527:28)
      at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
  /bin/sh: 1: cd: can't cd to ./dist/apps/my-app
  Error: LHCI 'collect' has encountered a problem.

had similar issue?