Skip to content

Commit 1661e54

Browse files
Dillon Nysragingsquirrel3
authored andcommitted
ci: Use verbose flag for bootstrap
1 parent 3bab4ac commit 1661e54

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/dart_dart2js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Bootstrap
7070
id: bootstrap
7171
timeout-minutes: 20
72-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
72+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
7373

7474
- name: Setup Package
7575
if: "always() && steps.bootstrap.conclusion == 'success'"

.github/workflows/dart_ddc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Bootstrap
7070
id: bootstrap
7171
timeout-minutes: 20
72-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
72+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
7373

7474
- name: Setup Package
7575
if: "always() && steps.bootstrap.conclusion == 'success'"

.github/workflows/dart_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Bootstrap
7878
id: bootstrap
7979
timeout-minutes: 20
80-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
80+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
8181

8282
- name: Setup Package
8383
if: "always() && steps.bootstrap.conclusion == 'success'"

.github/workflows/dart_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Bootstrap
7676
id: bootstrap
7777
timeout-minutes: 20
78-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
78+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
7979

8080
- name: Check Formatting
8181
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.sdk == 'stable'"

.github/workflows/flutter_android.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Bootstrap
4343
id: bootstrap
4444
timeout-minutes: 20
45-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
45+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
4646

4747
- name: Run Android unit tests
4848
run: |

.github/workflows/flutter_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Bootstrap
4848
id: bootstrap
4949
timeout-minutes: 20
50-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
50+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
5151

5252
- name: Run iOS unit tests
5353
run: |

.github/workflows/flutter_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Bootstrap
4949
id: bootstrap
5050
timeout-minutes: 20
51-
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }}
51+
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
5252

5353
- name: Check Formatting
5454
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable'"

0 commit comments

Comments
 (0)