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
A PR for Issue #25 ( Continuous Integration ) (#72)
Fix issue #25
- Two new workflow files ( **.github/workflows/mypy.yml** and **.github/workflows/pytest.yml** )
- .**/ganache.py** now has "&" at the end for workflow to run it in the background.
- Pytest having issues with the config option "collect_ignore" in **oceanprotocol/contracts/setup.cfg**. I forked the contracts repo to remove the line. For now, the workflow clones my fork of the contracts repo.
- In tokenspice's README, regarding the instruction about running one test, that specified test doesn't exist anymore. ~~So I edited the README to reference an existing test, and also added the workflow status badges.~~ EDIT: BK's push seemed to have addressed this. I adjusted accordingly.
- In tokenspice.ini , ARTIFACTS_PATH now points to a user's relative directory instead of the absolute trentmc directory.
0 commit comments