Imageomics / dashboard-prototype

Prototype data dashboard for Imageomics Data
http://dash.imageomics.org
MIT License
5 stars 2 forks source link

Adds workflow action to run unittests on pushes and PRs. #31

Closed egrace479 closed 1 year ago

egrace479 commented 1 year ago

Set up basic workflow action to run the unit tests (currently just for query.py functions) on each push and PR.

Closes #28