EnzymeFunctionInitiative / EFIToolsKBase

Make EFITools available on KBase
MIT License
0 stars 0 forks source link

.github/workflows are failing #34

Closed rbdavid closed 3 days ago

rbdavid commented 2 weeks ago

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.