Github Actions: Smoke test
This change adds a new Github Action, a 3 node smoke test. It starts three docker containers (one lighthouse and two standard nodes) and tests that they can all ping each other. This should hopefully detect any basic runtime failures in PRs.
This commit is contained in:
5
.github/workflows/smoke/Dockerfile
vendored
Normal file
5
.github/workflows/smoke/Dockerfile
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
FROM debian:buster
|
||||
|
||||
ADD ./build /
|
||||
|
||||
ENTRYPOINT ["/nebula"]
|
Reference in New Issue
Block a user