mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Add basic docker cloud autotest
This commit is contained in:
parent
3a5e745bb2
commit
bb23882f77
2 changed files with 14 additions and 0 deletions
11
docker-compose.test.yml
Normal file
11
docker-compose.test.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
version: "3.4"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
sut:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- "./docker/run_tests.sh:/test/run_tests.sh"
|
||||||
|
entrypoint:
|
||||||
|
- /bin/sh
|
||||||
|
- /test/run_tests.sh
|
||||||
3
docker/docker_tests.sh
Normal file
3
docker/docker_tests.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
$(tomo --help | grep -q tomo)
|
||||||
Loading…
Reference in a new issue