[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:
stuartmorgan
2023-06-21 15:33:54 -04:00
committed by GitHub
parent f0e6e9370e
commit de1f29e6f7
2 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,4 @@ tasks:
args: ["drive-examples", "--ios", "--exclude=script/configs/exclude_integration_ios.yaml"]
- name: remove simulator
script: .ci/scripts/remove_simulator.sh
always: true

View File

@ -7,3 +7,4 @@ tasks:
script: .ci/scripts/custom_package_tests.sh
- name: remove simulator
script: .ci/scripts/remove_simulator.sh
always: true