We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfb785 commit e5193ecCopy full SHA for e5193ec
.github/workflows/build-push.yml
@@ -86,8 +86,7 @@ jobs:
86
ls -al
87
- name: Move the main report artifact to same directory as pr report
88
run: |
89
- ls -al ./artifact-lighthouse-report-main
90
- mv ./artifact-lighthouse-report-main/lighthouse-reports-main ./lighthouse-reports
+ mv main-report.json ./lighthouse-reports
91
- name: Compare the artifacts for negative differences in performance
92
continue-on-error: true
93
0 commit comments