realm / aws-devicefarm

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

Add cleanup handler for upload-file #2

Open bwachter opened 2 years ago

bwachter commented 2 years ago

Currently only the simple create-upload action has cleanup handlers, the other ones got lost during refacturing. With the complex action upload uploadFile() should set cleanup handlers with names passed in as arguments after successful uploads, which then need to be called in the upload-file and test-application actions.