File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949 - name : Download the artifact for main
5050 uses : actions/download-artifact@v4
5151 with :
52- name : lighthouse-reports
52+ name : lighthouse-reports-main
5353 path : ./main-report
5454 - name : Move the main report artifact to same directory as pr report
5555 run : |
8787 - uses : actions/upload-artifact@v4
8888 if : ${{ !cancelled() }}
8989 with :
90- name : lighthouse-reports
91- path : lighthouse-reports/
90+ name : lighthouse-reports-pr
91+ path : lighthouse-reports/pr-report.json
9292 retention-days : 3
Original file line number Diff line number Diff line change 3838 node performance/lighthouse-script.js
3939 - uses : actions/upload-artifact@v4
4040 with :
41- name : lighthouse-reports
42- path : lighthouse-reports/
41+ name : lighthouse-reports-main
42+ path : lighthouse-reports/main-report.json
4343 retention-days : 30
You can’t perform that action at this time.
0 commit comments