-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-application
does not set output.arn
is not set if fails
#16
Comments
I am currently facing the same issue with I can see here that you throw an error without setting any outputs.
|
I'll revisit this soon - at the time of writing this I didn't get any meaningful reply to be returned here from the devicefarm API, and therefore just had it fail without any outputs. |
@bwachter Thanks for your reply. |
That's a good point - and at minimum I'll add that when I work on this again. Assumption when building this was that developers calling this typically don't have access to the device farm - so the focus was on pulling enough information to debug errors from the API and output them. Now with more 3rd parties using this action I might have to revisit some of those initial assumptions. |
I have added the proposed change here |
I'm currently using
${{ steps.adf.outputs.arn }}
withto reconstruct the test run URL to provide feedback to the users. But it seems when the step fails, all
outputs
are emptyThe text was updated successfully, but these errors were encountered: