realm / aws-devicefarm

Github action for triggering runs on AWS devicefarm
MIT License
17 stars 10 forks source link

Provide a friendly way to download artifacts #3

Closed bwachter closed 2 years ago

bwachter commented 2 years ago

Currently artifact download needs to be handled by feeding a run ARN obtained from schedule-run or test-application into list-artifacts, then looping over the JSON blob to select relevant file names, and then download those via HTTP.

A complex action downloading one or more artifacts should be created. If possible in a sensible way that also might get included into test-application action.