realm / aws-devicefarm

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

test-application should include jobs and suites in output #6

Open fealebenpae opened 2 years ago

fealebenpae commented 2 years ago

We could add an array of jobs to the data.run output, and an array of suites to data.run.jobs[]. This will make it easier to use download-artifacts on a specific suite without calling into the AWS CLI in separate steps.