mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[platform_view]add android deps to platform view test (#108585)
This commit is contained in:
parent
3cdb91f3a8
commit
b00bfef3c1
2
.ci.yaml
2
.ci.yaml
@ -3501,6 +3501,8 @@ targets:
|
|||||||
properties:
|
properties:
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
|
{"dependency": "android_sdk", "version": "version:32v1"},
|
||||||
|
{"dependency": "open_jdk", "version": "11"},
|
||||||
{"dependency": "xcode", "version": "13a233"}
|
{"dependency": "xcode", "version": "13a233"}
|
||||||
]
|
]
|
||||||
tags: >
|
tags: >
|
||||||
|
@ -10,7 +10,6 @@ import 'package:flutter_devicelab/framework/utils.dart';
|
|||||||
import 'package:path/path.dart' as path;
|
import 'package:path/path.dart' as path;
|
||||||
|
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
deviceOperatingSystem = DeviceOperatingSystem.ios;
|
|
||||||
await task(() async {
|
await task(() async {
|
||||||
final String projectDirectory = '${flutterDirectory.path}/dev/integration_tests/ios_platform_view_tests';
|
final String projectDirectory = '${flutterDirectory.path}/dev/integration_tests/ios_platform_view_tests';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user