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:
Wade Simmons
2019-12-17 00:17:25 -05:00
parent a680ac29f5
commit 73c6d555b5
8 changed files with 182 additions and 0 deletions

1
.github/workflows/smoke/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build