mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
[ci] Always clean up simulators (#4266)
Adds the new `always` flag to the simulator cleanup step to ensure that it runs even if the tests fail. See https://github.com/flutter/flutter/issues/122629
This commit is contained in:
@ -24,3 +24,4 @@ tasks:
|
|||||||
args: ["drive-examples", "--ios", "--exclude=script/configs/exclude_integration_ios.yaml"]
|
args: ["drive-examples", "--ios", "--exclude=script/configs/exclude_integration_ios.yaml"]
|
||||||
- name: remove simulator
|
- name: remove simulator
|
||||||
script: .ci/scripts/remove_simulator.sh
|
script: .ci/scripts/remove_simulator.sh
|
||||||
|
always: true
|
||||||
|
@ -7,3 +7,4 @@ tasks:
|
|||||||
script: .ci/scripts/custom_package_tests.sh
|
script: .ci/scripts/custom_package_tests.sh
|
||||||
- name: remove simulator
|
- name: remove simulator
|
||||||
script: .ci/scripts/remove_simulator.sh
|
script: .ci/scripts/remove_simulator.sh
|
||||||
|
always: true
|
||||||
|
Reference in New Issue
Block a user