keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Workflows to build docker images for bitcoin #89

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

In this PR we define a GH Actions workflow to validate the build of bitcoin images we use for the local environment.

Depends on https://github.com/keep-network/local-setup/pull/88

beaurancourt commented 3 years ago

This is brilliant! So now if someone makes a change to one of the docker files, we'll pick up that the build breaks and be able to fail the PR. 😍

beaurancourt commented 3 years ago

I purposefully messed up the docker file in https://github.com/keep-network/local-setup/pull/93 but it appears to be passing tests regardless. I think this is probably cache related. Can you take a look?

beaurancourt commented 3 years ago

Alrighty - the test in the #93 is properly failing, so we're good to go!