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 6103889 commit 350a0feCopy full SHA for 350a0fe
.github/workflows/build-push.yml
@@ -76,7 +76,8 @@ jobs:
76
path: ./main-report
77
- name: Move the main report artifact to same directory as pr report
78
run: |
79
- mv ./main-report/main-report.json ./lighthouse-reports
+ ls -al ./main-report
80
+ mv ./main-report/lighthouse-reports-main ./lighthouse-reports
81
- name: Compare the artifacts for negative differences in performance
82
continue-on-error: true
83
0 commit comments