File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 BuildTest :
15- name : Build and test JDK ${{ matrix.java_version }}
15+ name : Build and test JDK ${{ matrix.java_version }} ${{ matrix.api }} ${{ matrix.tag }} ${{ matrix.abi }}
1616 runs-on : macOS-latest
1717 strategy :
18+ fail-fast : false
1819 matrix :
1920 java_version : [ 11 ]
21+ api : [ 28 ]
22+ abi : [ x86_64 ]
23+ tag : [ 'default' ]
24+ include :
25+ # - api: 31
26+ # abi: x86_64
27+ # tag: 'google_apis'
28+ - api : 30
29+ abi : x86_64
30+ tag : ' google_apis'
31+ java_version : 11
2032 steps :
2133 - name : Checkout
2234 uses : actions/checkout@v3
3951 uses : malinskiy/action-android/emulator-run-cmd@release/0.1.4
4052 with :
4153 cmd : ./gradlew cAT --continue
42- api : 28
43- tag : default
44- abi : x86
54+ api : ${{ matrix.api }}
55+ tag : ${{ matrix.tag }}
56+ abi : ${{ matrix.abi }}
4557 cmdOptions : -noaudio -no-boot-anim -no-window
4658 - name : Archive Espresso results
4759 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments