You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
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'.
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 gluwa#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
The text was updated successfully, but these errors were encountered: