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 49
49
- name : Download the artifact for main
50
50
uses : actions/download-artifact@v4
51
51
with :
52
- name : lighthouse-reports
52
+ name : lighthouse-reports-main
53
53
path : ./main-report
54
54
- name : Move the main report artifact to same directory as pr report
55
55
run : |
87
87
- uses : actions/upload-artifact@v4
88
88
if : ${{ !cancelled() }}
89
89
with :
90
- name : lighthouse-reports
91
- path : lighthouse-reports/
90
+ name : lighthouse-reports-pr
91
+ path : lighthouse-reports/pr-report.json
92
92
retention-days : 3
Original file line number Diff line number Diff line change 38
38
node performance/lighthouse-script.js
39
39
- uses : actions/upload-artifact@v4
40
40
with :
41
- name : lighthouse-reports
42
- path : lighthouse-reports/
41
+ name : lighthouse-reports-main
42
+ path : lighthouse-reports/main-report.json
43
43
retention-days : 30
You can’t perform that action at this time.
0 commit comments