File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,20 @@ jobs:
28
28
- run : PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
29
29
- run : pnpm run size
30
30
31
- - name : Upload Size Report
32
- uses : actions/upload-artifact@v3
33
- with :
34
- name : size-report
35
- path : temp/size
36
-
37
31
- name : Download Previous Size Report
38
32
id : download-artifact
39
33
uses : dawidd6/action-download-artifact@v2
40
- continue-on-error : true
41
34
with :
42
- pr : ${{github.event.pull_request.number}}
43
- # branch: main
35
+ branch : main
44
36
name : size-report
45
- workflow_conclusion : ' '
46
37
path : temp/size-prev
38
+ if_no_artifact_found : warn
39
+
40
+ - name : Upload Size Report
41
+ uses : actions/upload-artifact@v3
42
+ with :
43
+ name : size-report
44
+ path : temp/size
47
45
48
46
- name : Compare size
49
47
run : node scripts/size-report.js > size.md
You can’t perform that action at this time.
0 commit comments