File tree Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Original file line number Diff line number Diff line change 1
- name : Measure canonical app size
1
+ # Temporarily disabling this, to avoid cluttering the PR. I won't merge this commit
2
+ # name: Measure canonical app size
2
3
3
- on : ['pull_request']
4
+ # on: ['pull_request']
4
5
5
- jobs :
6
- measure :
7
- runs-on : ubuntu-latest
8
- steps :
9
- - uses : actions/checkout@v2
10
- with :
11
- fetch-depth : 0
12
- - uses : actions/setup-go@v2
13
- with :
14
- go-version : ' ~1.18.10'
15
- - uses : gopherjs/output-size-action/measure@main
16
- with :
17
- name : jQuery TodoMVC
18
- repo : https://github.com/gopherjs/todomvc
19
- go-package : github.com/gopherjs/todomvc
20
- report_json : /tmp/report.json
21
- report_md : /tmp/report.md
22
- - uses : actions/upload-artifact@v2
23
- with :
24
- name : size_report
25
- path : |
26
- /tmp/report.json
27
- /tmp/report.md
6
+ # jobs:
7
+ # measure:
8
+ # runs-on: ubuntu-latest
9
+ # steps:
10
+ # - uses: actions/checkout@v2
11
+ # with:
12
+ # fetch-depth: 0
13
+ # - uses: actions/setup-go@v2
14
+ # with:
15
+ # go-version: '~1.18.10'
16
+ # - uses: gopherjs/output-size-action/measure@main
17
+ # with:
18
+ # name: jQuery TodoMVC
19
+ # repo: https://github.com/gopherjs/todomvc
20
+ # go-package: github.com/gopherjs/todomvc
21
+ # report_json: /tmp/report.json
22
+ # report_md: /tmp/report.md
23
+ # - uses: actions/upload-artifact@v2
24
+ # with:
25
+ # name: size_report
26
+ # path: |
27
+ # /tmp/report.json
28
+ # /tmp/report.md
28
29
You can’t perform that action at this time.
0 commit comments