hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

ci: Add step to trigger python SDK tests #5109

Closed BAStos525 closed 1 week ago

BAStos525 commented 4 weeks ago

Context

We have to run python SDK tests in other repository after new iroha-dev image publishing.

Solution

Add the step to send the hook to trigger iroha pytests in https://github.com/hyperledger/iroha-python

Notes

  1. Do not merge before https://github.com/hyperledger/iroha-python/pull/215
  2. REPO_ACCESS_TOKEN variable might not work (because it's provided by Hyperledger org and we don't manage it somehow). If not, we'll issue and use own bot token.

Checklist