Skip to content

Commit 5c42029

Browse files
committed
shorten job names in matrix_ci.yml, add vab install build-tools step to the failing job
1 parent f28eba1 commit 5c42029

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/matrix_ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
build-v-examples-as-apk-and-aab:
16+
apk-and-aab:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
@@ -67,6 +67,12 @@ jobs:
6767
vab install bundletool
6868
vab install aapt2
6969
70+
- name: Run vab install build-tools
71+
run: vab install "build-tools;29.0.0"
72+
73+
- name: Run vab doctor2
74+
run: vab doctor
75+
7076
- name: Build examples as APK + AAB (Java ${{ matrix.java-version }}) ${{ matrix.android-api }}
7177
run: |
7278
@@ -91,7 +97,7 @@ jobs:
9197
[ -f java-${{ matrix.java-version }}/$example/$package_id.aab ]
9298
done
9399
94-
build-v-examples-with-gc-disabled:
100+
gc-disabled:
95101
runs-on: ${{ matrix.os }}
96102
strategy:
97103
matrix:
@@ -156,7 +162,7 @@ jobs:
156162
157163
done
158164
159-
build-legacy-v-examples-as-apk-and-aab:
165+
legacy-as-apk-and-aab:
160166
runs-on: ${{ matrix.os }}
161167
strategy:
162168
matrix:
@@ -247,5 +253,3 @@ jobs:
247253
# Checks output inferring
248254
[ -f java-${{ matrix.java-version }}/$example/$package_id.aab ]
249255
done
250-
251-

0 commit comments

Comments
 (0)