apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

ci(ios): add continue-on-error flag #244

Closed erisu closed 2 years ago

erisu commented 2 years ago

Platforms affected

N/A

Motivation and Context

Add the continue-on-error flag to allow all tests to run even if one fails.

Sometimes failures are caused by a timeout. Timeouts should not terminate all tests.

Also matches with Android config.

Description

Set continue-on-error to true.

Testing

Checklist