diff --git a/.cirrus.yml b/.cirrus.yml index a249a8f7a..f6dd7c16b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,6 +3,7 @@ test_linux_task: required_pr_labels: - 'package: patrol_cli' - 'package: patrol' + - 'cirrusci' container: image: ghcr.io/cirruslabs/flutter:stable cpu: 6 @@ -95,7 +96,7 @@ test_macos_task: setup_patrol_cli_script: - dart pub global activate --source path packages/patrol_cli && patrol setup_simulator_script: | - xcrun simctl boot "iPhone 14 Pro Max" + xcrun simctl boot "iPhone 15 Pro Max" patrol_test_script: | cd dev/cli_tests dart pub get diff --git a/.github/labeler.yml b/.github/labeler.yml index 7a12d8d8a..0a32aea1c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,6 +2,8 @@ - packages/adb/**/* 'package: patrol_cli': - packages/patrol_cli/**/* +'cirrusci': + - .cirrus.yml 'package: patrol': - packages/patrol/**/* 'docs':