sawtooth-core icon indicating copy to clipboard operation
sawtooth-core copied to clipboard

Can't execute tests in GitHub Actions (Docker)

Open atodorov opened this issue 3 years ago • 0 comments

I'm working in a fork repo (which has some custom changes) and I want to be running the same testing as upstream does but not using Jenkins, using GitHub Actions or another CI platform.

From what I can tell I've copied the steps from Jenkinsfile correctly but I am seeing a failure: ERROR: test_config (nose2.loader.ModuleImportFailure) -> ModuleNotFoundError: No module named 'sawtooth_cli.protobuf'.

Everything is at https://github.com/gluwa/Sawtooth-Core/pull/31.

FTR if I execute the same steps on my computer everything seems to work fine - containers are built and tests report pass.

Help/hints/RTFM is much appreciated

atodorov avatar Aug 17 '21 14:08 atodorov