Tests
This commit is contained in:
parent
f0a491e4bd
commit
c03fb32400
|
|
@ -21,8 +21,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
device:
|
||||
- "iPhone 11 Pro (14.4)"
|
||||
- "iPad Pro (9.7-inch) (14.4)"
|
||||
#- "iPhone 11 Pro (14.4)"
|
||||
#- "iPad Pro (9.7-inch) (14.4)"
|
||||
fail-fast: false
|
||||
runs-on: macos-latest
|
||||
needs: test
|
||||
|
|
@ -58,7 +58,8 @@ jobs:
|
|||
strategy:
|
||||
#set of different configurations of the virtual environment.
|
||||
matrix:
|
||||
api-level: [21, 29]
|
||||
#api-level: [21, 29]
|
||||
api-level: [29]
|
||||
target: [default]
|
||||
needs: test
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
@Timeout(Duration(seconds: 120))
|
||||
|
||||
// Import Flutter Driver API
|
||||
import 'dart:async';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue