I'm trying to do continuous deployment to HockeyApp when all tests in a test suite pass. I have set up an archive post-action that successfully uploads the app to HockeyApp, but the problem is this gets run whether the tests pass or not.
Is it possible to run the archive actions only when all tests have passed? Or is there a better way to do this?