File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 69
69
- name : Bootstrap
70
70
id : bootstrap
71
71
timeout-minutes : 20
72
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
72
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
73
73
74
74
- name : Setup Package
75
75
if : " always() && steps.bootstrap.conclusion == 'success'"
Original file line number Diff line number Diff line change 69
69
- name : Bootstrap
70
70
id : bootstrap
71
71
timeout-minutes : 20
72
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
72
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
73
73
74
74
- name : Setup Package
75
75
if : " always() && steps.bootstrap.conclusion == 'success'"
Original file line number Diff line number Diff line change 77
77
- name : Bootstrap
78
78
id : bootstrap
79
79
timeout-minutes : 20
80
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
80
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
81
81
82
82
- name : Setup Package
83
83
if : " always() && steps.bootstrap.conclusion == 'success'"
Original file line number Diff line number Diff line change 75
75
- name : Bootstrap
76
76
id : bootstrap
77
77
timeout-minutes : 20
78
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
78
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
79
79
80
80
- name : Check Formatting
81
81
if : " always() && steps.bootstrap.conclusion == 'success' && matrix.sdk == 'stable'"
Original file line number Diff line number Diff line change 42
42
- name : Bootstrap
43
43
id : bootstrap
44
44
timeout-minutes : 20
45
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
45
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
46
46
47
47
- name : Run Android unit tests
48
48
run : |
Original file line number Diff line number Diff line change 47
47
- name : Bootstrap
48
48
id : bootstrap
49
49
timeout-minutes : 20
50
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
50
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
51
51
52
52
- name : Run iOS unit tests
53
53
run : |
Original file line number Diff line number Diff line change 48
48
- name : Bootstrap
49
49
id : bootstrap
50
50
timeout-minutes : 20
51
- run : aft bootstrap --fail-fast --include=${{ inputs.package-name }}
51
+ run : aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
52
52
53
53
- name : Check Formatting
54
54
if : " always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable'"
You can’t perform that action at this time.
0 commit comments