hyperledger / aries-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
60 stars 65 forks source link

use alpine instead of debian for ngrok #789

Closed nodlesh closed 5 months ago

nodlesh commented 5 months ago

This PR is an attempt to deal with cancelled mobile wallet test jobs when the ngrok containers are used with test agents and the GitHub pipeline is using standard runners. The default ngrok/ngrok container which is debian has been replaced with an alpine lightweight ngrok container. Hopefully this will make the difference and solve the job cancellation issue.