Tests
This commit is contained in:
parent
00e1c980c2
commit
fd30617209
|
|
@ -21,8 +21,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
device:
|
device:
|
||||||
- "iPad Pro (12.9-inch)"
|
- "iPad Pro (14.4)"
|
||||||
- "iPhone 11 Pro (14.4)"
|
- "iPad Pro (9.7-inch) (14.4)"
|
||||||
|
#- "iPhone 11 Pro (14.4)"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
needs: test
|
needs: test
|
||||||
|
|
@ -58,7 +59,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
#set of different configurations of the virtual environment.
|
#set of different configurations of the virtual environment.
|
||||||
matrix:
|
matrix:
|
||||||
api-level: [21, 29]
|
#api-level: [21, 29]
|
||||||
target: [default]
|
target: [default]
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue