The sdk_tests (/.github/workflows/kb_sdk_test.yaml) fails because it expects KBase account credentials in a /test_local/test.cfg file. These credentials should never be pushed to a remote github repo. So this failure is a good sign.
I need to figure out which step in the kb_sdk_test.yaml file is requiring the credentials and skip it. I should also dig into the other tests to see if they will also fail for similar reasons.
The sdk_tests (/.github/workflows/kb_sdk_test.yaml) fails because it expects KBase account credentials in a
/test_local/test.cfg
file. These credentials should never be pushed to a remote github repo. So this failure is a good sign.I need to figure out which step in the
kb_sdk_test.yaml
file is requiring the credentials and skip it. I should also dig into the other tests to see if they will also fail for similar reasons.