ci: Added testing step to github actions

This commit is contained in:
Geoff Bourne
2020-07-11 14:09:08 -05:00
parent 5e75410e7c
commit 367c6cfd92
4 changed files with 44 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
version: "3.8"
services:
sut:
depends_on:
- mc
image: itzg/mc-monitor:0.6.0
command: status --host mc --retry-interval 1s --retry-limit 120
mc:
build:
context: ..
cache_from:
- itzg/minecraft-server:latest
environment:
EULA: "TRUE"