ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

e2e tests use :latest image of bridge #117

Open P1sar opened 3 years ago

P1sar commented 3 years ago

e2e tests should test current code in e2e manner but they actually tests :latest tag, that is wrong when we need to test code in PR

Expected Behavior

Code in PR tested with e2e tests

Current Behavior

:latest tag tests on e2e tests

Possible Solution

probably we could use https://github.com/ory/dockertest to run current code as the container, after e2e compose is started (bridge from e2e compose should be removed then)

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Versions

ChainBridge commit (or docker tag): latest chainbridge-solidity version: na chainbridge-substrate version: na Go version: na