levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Improve circleci builds #29

Closed levibostian closed 6 years ago

levibostian commented 6 years ago

I have been having some issues with my circleci builds. They are breaking.

Tests section should test the following:

With running the production application, that is tough because production requires a database is created, redis, etc. It could require a lot of things. However, that is the reason we are testing the application so that we know everything can run successfully together.

It would be great to make this simple to test. It will always work across all projects no matter if they use redis, postgres, whatever.

levibostian commented 6 years ago

...this belongs to a different project. Closing.