build: Switched to GHA cache (#1153)

This commit is contained in:
Geoff Bourne
2021-12-04 18:42:03 -06:00
committed by GitHub
parent 6c636c3d9c
commit c4dd0d2bae
6 changed files with 95 additions and 53 deletions

14
tests/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.8"
services:
monitor:
depends_on:
- mc
image: itzg/mc-monitor:${MC_MONITOR_VERSION:-0.10.4}
command: status --host mc --retry-interval 1s --timeout 1s --retry-limit 240
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"