CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Clearer Status Command & Faster Builds 🚀 #137

Closed revett closed 5 years ago

revett commented 5 years ago

Problem

The neo-local status command only outputs if a container exists for the service, it also looks a bit 💩

Also CI builds are taking a LONG time because we end up testing the Docker Compose stack even when the PR changes don't affect it.

Solution

Improve the neo-local status command, see screenshot:

image

Add a simple file diff go file to the repo that checks if there have been CLI and/or Docker Compose changes, and only runs tests if something has changed.

Checklist