realm / aws-devicefarm

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

Add outputs for schedule run #17

Open mina-kleid opened 11 months ago

mina-kleid commented 11 months ago

Summary

In response to this Issue about test-application is failing without any outputs

Introduced changes

cla-bot[bot] commented 11 months ago

Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mina-kleid. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a @cla-bot check comment. The GitHub usernames you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, make a comment here and we will be happy to help you out.

mina-kleid commented 11 months ago

@cla-bot check

cla-bot[bot] commented 11 months ago

The cla-bot has been summoned, and re-checked this pull request!

bwachter commented 11 months ago

You'll need to run npm run package, which should then also change test-application/dist/index.js

mina-kleid commented 11 months ago

@bwachter Added the npm run package https://github.com/realm/aws-devicefarm/pull/17/commits/b27baf132fd117110936705d8175f24f4b4dbeb1

bwachter commented 11 months ago

I'll need to change the integration workflow to allow running with devicefarm credential access after manual review for this to pass. I'll probably get to that tomorrow.